package T1;

import a.C0145a;
import android.os.HidlSupport;
import android.os.HwBinder;
import android.os.HwBlob;
import android.os.HwParcel;
import android.os.IHwBinder;
import android.os.IHwInterface;
import com.seewo.sdk.model.SDKKeyboardCode;
import java.util.ArrayList;
import java.util.Arrays;

/* JADX INFO: loaded from: classes2.dex */
public interface b extends IHwInterface {

    public static abstract class a extends HwBinder implements b {
        @Override // T1.b, android.os.IHwInterface
        public IHwBinder asBinder() {
            return this;
        }

        public final ArrayList d() {
            return new ArrayList(Arrays.asList("vendor.cvte.hwvman@1.0::IHwVmanCallback", "android.hidl.base@1.0::IBase"));
        }

        public final C0145a i() {
            C0145a c0145a = new C0145a();
            c0145a.f1917a = HidlSupport.getPidIfSharable();
            c0145a.f1918b = 0L;
            c0145a.f1919c = 0;
            return c0145a;
        }

        public final ArrayList j() {
            return new ArrayList(Arrays.asList(new byte[]{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, new byte[]{-67, -38, -74, SDKKeyboardCode.FUNCTION_KEY_BOARD_U, SDKKeyboardCode.FUNCTION_KEY_BOARD_END, 122, SDKKeyboardCode.FUNCTION_KEY_BOARD_SINGLE_QUOTE_MARK, 109, -90, -96, 125, -64, -126, -116, -15, -102, 105, 111, SDKKeyboardCode.FUNCTION_KEY_BOARD_DELETE, -86, SDKKeyboardCode.FUNCTION_KEY_BOARD_COMMA, SDKKeyboardCode.FUNCTION_KEY_BOARD_N, -59, SDKKeyboardCode.FUNCTION_KEY_BOARD_2, SDKKeyboardCode.FUNCTION_KEY_BOARD_PLUS, SDKKeyboardCode.FUNCTION_KEY_BOARD_Q, 86, 90, SDKKeyboardCode.FUNCTION_KEY_BOARD_Q, -76, SDKKeyboardCode.FUNCTION_KEY_BOARD_L, -39}));
        }

        public final String k() {
            return "vendor.cvte.hwvman@1.0::IHwVmanCallback";
        }

        public final void l() {
            HwBinder.enableInstrumentation();
        }

        @Override // android.os.IHwBinder
        public final boolean linkToDeath(IHwBinder.DeathRecipient deathRecipient, long j2) {
            return true;
        }

        public final void m() {
        }

        public final void n() {
        }

        @Override // android.os.HwBinder
        public void onTransact(int i2, HwParcel hwParcel, HwParcel hwParcel2, int i3) {
            if (i2 == 1) {
                if ((i3 & 1) != 0) {
                    hwParcel.enforceInterface("vendor.cvte.hwvman@1.0::IHwVmanCallback");
                    c(hwParcel.readInt32(), hwParcel.readInt32(), hwParcel.readString());
                    return;
                } else {
                    hwParcel2.writeStatus(Integer.MIN_VALUE);
                    hwParcel2.send();
                }
            }
            if (i2 == 2) {
                if ((i3 & 1) != 0) {
                    hwParcel.enforceInterface("vendor.cvte.hwvman@1.0::IHwVmanCallback");
                    g(hwParcel.readInt32(), hwParcel.readInt32(), hwParcel.readInt8Vector());
                    return;
                } else {
                    hwParcel2.writeStatus(Integer.MIN_VALUE);
                    hwParcel2.send();
                    return;
                }
            }
            switch (i2) {
                case 256067662:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        ArrayList<String> arrayListD = d();
                        hwParcel2.writeStatus(0);
                        hwParcel2.writeStringVector(arrayListD);
                        hwParcel2.send();
                    }
                    break;
                case 256131655:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        hwParcel2.writeStatus(0);
                        hwParcel2.send();
                    }
                    break;
                case 256136003:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        String strK = k();
                        hwParcel2.writeStatus(0);
                        hwParcel2.writeString(strK);
                        hwParcel2.send();
                    }
                    break;
                case 256398152:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        ArrayList arrayListJ = j();
                        hwParcel2.writeStatus(0);
                        HwBlob hwBlob = new HwBlob(16);
                        int size = arrayListJ.size();
                        hwBlob.putInt32(8L, size);
                        hwBlob.putBool(12L, false);
                        HwBlob hwBlob2 = new HwBlob(size * 32);
                        for (int i4 = 0; i4 < size; i4++) {
                            hwBlob2.putInt8Array(i4 * 32, (byte[]) arrayListJ.get(i4));
                        }
                        hwBlob.putBlob(0L, hwBlob2);
                        hwParcel2.writeBuffer(hwBlob);
                        hwParcel2.send();
                    }
                    break;
                case 256462420:
                    if ((i3 & 1) != 0) {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        n();
                    } else {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    }
                    break;
                case 256660548:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    }
                    break;
                case 256921159:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        m();
                        hwParcel2.writeStatus(0);
                        hwParcel2.send();
                    }
                    break;
                case 257049926:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    } else {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        C0145a c0145aI = i();
                        hwParcel2.writeStatus(0);
                        c0145aI.b(hwParcel2);
                        hwParcel2.send();
                    }
                    break;
                case 257120595:
                    if ((i3 & 1) != 0) {
                        hwParcel.enforceInterface("android.hidl.base@1.0::IBase");
                        l();
                    } else {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    }
                    break;
                case 257250372:
                    if ((i3 & 1) != 0) {
                        hwParcel2.writeStatus(Integer.MIN_VALUE);
                        hwParcel2.send();
                    }
                    break;
            }
        }

        @Override // android.os.IHwBinder
        public IHwInterface queryLocalInterface(String str) {
            if ("vendor.cvte.hwvman@1.0::IHwVmanCallback".equals(str)) {
                return this;
            }
            return null;
        }

        public String toString() {
            return k() + "@Stub";
        }

        @Override // android.os.IHwBinder
        public final boolean unlinkToDeath(IHwBinder.DeathRecipient deathRecipient) {
            return true;
        }
    }

    @Override // android.os.IHwInterface
    IHwBinder asBinder();

    void c(int i2, int i3, String str);

    void g(int i2, int i3, ArrayList arrayList);
}
