Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DAppZygoteInit.java45 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
52 AppZygoteConnection(LocalSocket socket, String abiList) throws IOException { in AppZygoteConnection()
DWebViewZygoteInit.java46 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
53 WebViewZygoteConnection(LocalSocket socket, String abiList) throws IOException { in WebViewZygoteConnection()
DZygoteServer.java196 private ZygoteConnection acceptCommandPeer(String abiList) { in acceptCommandPeer()
205 protected ZygoteConnection createNewConnection(LocalSocket socket, String abiList) in createNewConnection()
373 Runnable runSelectLoop(String abiList) { in runSelectLoop()
DChildZygoteInit.java81 String abiList = parseAbiListFromArgs(args); in runZygoteServer() local
DZygoteInit.java724 private static Runnable forkSystemServer(String abiList, String socketName, in forkSystemServer()
849 String abiList = null; in main() local
940 private static boolean hasSecondZygote(String abiList) { in hasSecondZygote()
DZygoteConnection.java80 private final String abiList; field in ZygoteConnection
90 ZygoteConnection(LocalSocket socket, String abiList) throws IOException { in ZygoteConnection()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java306 private static long sumNativeBinariesForSupportedAbi(Handle handle, String[] abiList) { in sumNativeBinariesForSupportedAbi()
316 String[] abiList, boolean useIsaSubdir) throws IOException { in copyNativeBinariesForSupportedAbi()
387 String[] abiList = (cpuAbiOverride != null) ? in copyNativeBinariesWithOverride() local
435 String[] abiList = (cpuAbiOverride != null) ? in sumNativeBinariesWithOverride() local
/frameworks/base/core/java/android/os/
DZygoteProcess.java156 List<String> abiList) { in ZygoteState()