Searched refs:findSupportedAbi (Results 1 – 2 of 2) sorted by relevance
198 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi() method in NativeLibraryHelper292 int abi = findSupportedAbi(handle, abiList); in sumNativeBinariesForSupportedAbi()308 int abi = findSupportedAbi(handle, abiList); in copyNativeBinariesForSupportedAbi()
435 static int findSupportedAbi(JNIEnv *env, jlong apkHandle, jobjectArray supportedAbisArray, in findSupportedAbi() function515 return (jint) findSupportedAbi(env, apkHandle, javaCpuAbisToSearch, debuggable); in com_android_internal_content_NativeLibraryHelper_findSupportedAbi()