Home
last modified time | relevance | path

Searched refs:findSupportedAbi (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java210 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() method in NativeLibraryHelper
307 int abi = findSupportedAbi(handle, abiList); in sumNativeBinariesForSupportedAbi()
323 int abi = findSupportedAbi(handle, abiList); in copyNativeBinariesForSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp431 static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supportedAbisArray, in findSupportedAbi() function
511 return (jint) findSupportedAbi(env, apkHandle, javaCpuAbisToSearch, debuggable); in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java12361 … abi32 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_32_BIT_ABIS);
12383 … abi64 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_64_BIT_ABIS);
12435 copyRet = NativeLibraryHelper.findSupportedAbi(handle, abiList);
/frameworks/base/config/
Dboot-image-profile.txt20167 HSPLcom/android/internal/content/NativeLibraryHelper;->findSupportedAbi(Lcom/android/internal/conte…