Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java191 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() method in NativeLibraryHelper
284 int abi = findSupportedAbi(handle, abiList); in sumNativeBinariesForSupportedAbi()
300 int abi = findSupportedAbi(handle, abiList); in copyNativeBinariesForSupportedAbi()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp435 static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supportedAbisArray) { in findSupportedAbi() function
513 return (jint) findSupportedAbi(env, apkHandle, javaCpuAbisToSearch); in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9113 … abi32 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_32_BIT_ABIS);
9126 … abi64 = NativeLibraryHelper.findSupportedAbi(handle, Build.SUPPORTED_64_BIT_ABIS);
9171 copyRet = NativeLibraryHelper.findSupportedAbi(handle, abiList);