package com.google.android.gms.internal.base; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; /* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */ /* JADX INFO: loaded from: classes2.dex */ public class zaa implements IInterface { private final IBinder zaa; private final String zab; protected zaa(IBinder iBinder, String str) { this.zaa = iBinder; this.zab = str; } @Override // android.os.IInterface public final IBinder asBinder() { return this.zaa; } protected final Parcel zaa() { Parcel parcelObtain = Parcel.obtain(); parcelObtain.writeInterfaceToken(this.zab); return parcelObtain; } protected final Parcel zab(int i, Parcel parcel) throws RemoteException { Parcel parcelObtain = Parcel.obtain(); try { try { this.zaa.transact(2, parcel, parcelObtain, 0); parcelObtain.readException(); return parcelObtain; } catch (RuntimeException e) { parcelObtain.recycle(); throw e; } } finally { parcel.recycle(); } } protected final void zac(int i, Parcel parcel) throws RemoteException { Parcel parcelObtain = Parcel.obtain(); try { this.zaa.transact(i, parcel, parcelObtain, 0); parcelObtain.readException(); } finally { parcel.recycle(); parcelObtain.recycle(); } } protected final void zad(int i, Parcel parcel) throws RemoteException { try { this.zaa.transact(1, parcel, null, 1); } finally { parcel.recycle(); } } }