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.java211 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() method in NativeLibraryHelper
308 int abi = findSupportedAbi(handle, abiList); in sumNativeBinariesForSupportedAbi()
324 int abi = findSupportedAbi(handle, abiList); in copyNativeBinariesForSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp433 static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supportedAbisArray, in findSupportedAbi() function
513 return (jint) findSupportedAbi(env, apkHandle, javaCpuAbisToSearch, debuggable); in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java11721 … abi32 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_32_BIT_ABIS);
11743 … abi64 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_64_BIT_ABIS);
11795 copyRet = NativeLibraryHelper.findSupportedAbi(handle, abiList);
/frameworks/base/config/
Dboot-image-profile.txt38432 HSPLcom/android/internal/content/NativeLibraryHelper;->findSupportedAbi(Lcom/android/internal/conte…