Searched defs:supportedAbis (Results 1 – 5 of 5) sorted by relevance
214 public static int findSupportedAbi(Handle handle, String[] supportedAbis) { in findSupportedAbi()239 private native static int nativeFindSupportedAbi(long handle, String[] supportedAbis, in nativeFindSupportedAbi()
317 private static String[] getNativelySupportedAbis(@NonNull String[] supportedAbis) { in getNativelySupportedAbis()
3935 final String[] supportedAbis = Build.SUPPORTED_ABIS; in checkAbiArgument() local
504 final String[] supportedAbis = Build.SUPPORTED_ABIS; in run() local
457 std::vector<ScopedUtfChars> supportedAbis; in findSupportedAbi() local