Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp155 status_t RemoteMediaExtractor::setEntryPoint(EntryPoint entryPoint) { in setEntryPoint()
DNuMediaExtractor.cpp53 NuMediaExtractor::NuMediaExtractor(EntryPoint entryPoint) in NuMediaExtractor()
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp147 virtual status_t setEntryPoint(EntryPoint entryPoint) { in setEntryPoint()
246 int32_t entryPoint; in onTransact() local
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl78 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint()
DActivityManagerInternal.java80 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess()
DActivityThread.java1097 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint()
7322 private void handleRunIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in handleRunIsolatedEntryPoint()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java656 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3129 boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()
18958 public boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()