43 lines
1.8 KiB
Java
43 lines
1.8 KiB
Java
|
package com.google.android.gms.internal.vision;
|
||
|
|
||
|
import android.os.IBinder;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
||
|
import com.google.android.gms.vision.barcode.Barcode;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzi extends zza implements zzh {
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzi(IBinder iBinder) {
|
||
|
super(iBinder, "com.google.android.gms.vision.barcode.internal.client.INativeBarcodeDetector");
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.vision.zzh
|
||
|
public final Barcode[] zza(IObjectWrapper iObjectWrapper, zzn zznVar) throws RemoteException {
|
||
|
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
|
||
|
zzc.zza(obtainAndWriteInterfaceToken, iObjectWrapper);
|
||
|
zzc.zza(obtainAndWriteInterfaceToken, zznVar);
|
||
|
Parcel zza = zza(1, obtainAndWriteInterfaceToken);
|
||
|
Barcode[] barcodeArr = (Barcode[]) zza.createTypedArray(Barcode.CREATOR);
|
||
|
zza.recycle();
|
||
|
return barcodeArr;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.vision.zzh
|
||
|
public final Barcode[] zzb(IObjectWrapper iObjectWrapper, zzn zznVar) throws RemoteException {
|
||
|
Parcel obtainAndWriteInterfaceToken = obtainAndWriteInterfaceToken();
|
||
|
zzc.zza(obtainAndWriteInterfaceToken, iObjectWrapper);
|
||
|
zzc.zza(obtainAndWriteInterfaceToken, zznVar);
|
||
|
Parcel zza = zza(2, obtainAndWriteInterfaceToken);
|
||
|
Barcode[] barcodeArr = (Barcode[]) zza.createTypedArray(Barcode.CREATOR);
|
||
|
zza.recycle();
|
||
|
return barcodeArr;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.vision.zzh
|
||
|
public final void zzn() throws RemoteException {
|
||
|
zzb(3, obtainAndWriteInterfaceToken());
|
||
|
}
|
||
|
}
|