Home
last modified time | relevance | path

Searched defs:abiList (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DAppZygoteInit.java45 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
52 AppZygoteConnection(LocalSocket socket, String abiList) throws IOException { in AppZygoteConnection()
H A DWebViewZygoteInit.java46 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
53 WebViewZygoteConnection(LocalSocket socket, String abiList) throws IOException { in WebViewZygoteConnection()
H A DZygoteServer.java219 private ZygoteConnection acceptCommandPeer(String abiList) { in acceptCommandPeer()
228 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
425 Runnable runSelectLoop(String abiList) { in runSelectLoop()
H A DChildZygoteInit.java81 String abiList = parseAbiListFromArgs(args); in runZygoteServer() local
H A DZygoteConnection.java71 private final String abiList; field in ZygoteConnection
81 ZygoteConnection(LocalSocket socket, String abiList) throws IOException { in ZygoteConnection()
H A DZygoteInit.java753 private static Runnable forkSystemServer(String abiList, String socketName, in forkSystemServer()
917 String abiList = null; in main() local
1013 private static boolean hasSecondZygote(String abiList) { in hasSecondZygote()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java311 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi()
321 String[] abiList, boolean useIsaSubdir, boolean isIncremental) throws IOException { in copyNativeBinariesForSupportedAbi()
414 String[] abiList = (cpuAbiOverride != null) ? in copyNativeBinariesWithOverride() local
462 String[] abiList = (cpuAbiOverride != null) ? in sumNativeBinariesWithOverride() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java401 String[] abiList = (cpuAbiOverride != null) in derivePackageAbi() local
/aosp12/frameworks/base/core/java/android/os/
H A DZygoteProcess.java169 List<String> abiList) { in ZygoteState()