- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
31 lines
1.2 KiB
Java
31 lines
1.2 KiB
Java
package com.google.vr.dynamite.client;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Parcel;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class a extends com.google.ar.core.dependencies.c implements ILoadedInstanceCreator {
|
|
public a(IBinder iBinder) {
|
|
super(iBinder, "com.google.vr.dynamite.client.ILoadedInstanceCreator");
|
|
}
|
|
|
|
@Override // com.google.vr.dynamite.client.ILoadedInstanceCreator
|
|
public final INativeLibraryLoader newNativeLibraryLoader(IObjectWrapper iObjectWrapper, IObjectWrapper iObjectWrapper2) {
|
|
INativeLibraryLoader bVar;
|
|
Parcel a = a();
|
|
com.google.ar.core.dependencies.e.d(a, iObjectWrapper);
|
|
com.google.ar.core.dependencies.e.d(a, iObjectWrapper2);
|
|
Parcel b = b(1, a);
|
|
IBinder readStrongBinder = b.readStrongBinder();
|
|
if (readStrongBinder == null) {
|
|
bVar = null;
|
|
} else {
|
|
IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("com.google.vr.dynamite.client.INativeLibraryLoader");
|
|
bVar = queryLocalInterface instanceof INativeLibraryLoader ? (INativeLibraryLoader) queryLocalInterface : new b(readStrongBinder);
|
|
}
|
|
b.recycle();
|
|
return bVar;
|
|
}
|
|
}
|