Home
last modified time | relevance | path

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

/aosp14/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.java199 private ZygoteConnection acceptCommandPeer(String abiList) { in acceptCommandPeer()
208 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
394 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.java717 private static Runnable forkSystemServer(String abiList, String socketName, in forkSystemServer()
885 String abiList = null; in main() local
981 private static boolean hasSecondZygote(String abiList) { in hasSecondZygote()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java310 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi()
320 String[] abiList, boolean useIsaSubdir, boolean isIncremental) throws IOException { in copyNativeBinariesForSupportedAbi()
413 String[] abiList = (cpuAbiOverride != null) ? in copyNativeBinariesWithOverride() local
461 String[] abiList = (cpuAbiOverride != null) ? in sumNativeBinariesWithOverride() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java402 String[] abiList = (cpuAbiOverride != null) in derivePackageAbi() local
/aosp14/frameworks/base/core/java/android/os/
H A DZygoteProcess.java162 List<String> abiList) { in ZygoteState()