Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp159 status_t RemoteMediaExtractor::setEntryPoint(EntryPoint entryPoint) { in setEntryPoint()
DNuMediaExtractor.cpp53 NuMediaExtractor::NuMediaExtractor(EntryPoint entryPoint) in NuMediaExtractor()
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp148 virtual status_t setEntryPoint(EntryPoint entryPoint) { in setEntryPoint()
254 int32_t entryPoint; in onTransact() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java1069 void updateWidgetsFromBroadcastInBackground(String entryPoint) { in updateWidgetsFromBroadcastInBackground()
1112 String entryPoint) throws in getTileWithCurrentState()
/frameworks/base/core/java/android/app/
DIApplicationThread.aidl86 void runIsolatedEntryPoint(in String entryPoint, in String[] entryPointArgs); in runIsolatedEntryPoint()
DActivityManagerInternal.java127 public abstract boolean startIsolatedProcess(String entryPoint, String[] mainArgs, in startIsolatedProcess()
DActivityThread.java1190 public final void runIsolatedEntryPoint(String entryPoint, String[] entryPointArgs) { in runIsolatedEntryPoint()
7584 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.java2784 boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()
16503 public boolean startIsolatedProcess(String entryPoint, String[] entryPointArgs, in startIsolatedProcess()