package M0;

import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;

/* JADX INFO: loaded from: classes.dex */
public interface a extends IInterface {

    /* JADX INFO: renamed from: M0.a$a, reason: collision with other inner class name */
    public static abstract class AbstractBinderC0027a extends Binder implements a {
        public AbstractBinderC0027a() {
            attachInterface(this, "com.seewo.sdk.pcremote.IPCRemoteSp20Callback");
        }

        @Override // android.os.IInterface
        public IBinder asBinder() {
            return this;
        }

        @Override // android.os.Binder
        public boolean onTransact(int i2, Parcel parcel, Parcel parcel2, int i3) {
            if (i2 != 1) {
                if (i2 != 1598968902) {
                    return super.onTransact(i2, parcel, parcel2, i3);
                }
                parcel2.writeString("com.seewo.sdk.pcremote.IPCRemoteSp20Callback");
                return true;
            }
            parcel.enforceInterface("com.seewo.sdk.pcremote.IPCRemoteSp20Callback");
            c(parcel.createByteArray());
            parcel2.writeNoException();
            return true;
        }
    }

    void c(byte[] bArr);
}
