Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java404 int profileType = data.readInt(); in onTransact() local
1028 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
DIApplicationThread.java112 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
DActivityThread.java783 int profileType) { in profilerControl()
3776 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
DActivityManagerNative.java1209 int profileType = data.readInt(); in onTransact() local
3227 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
DIActivityManager.java264 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java643 int profileType = 0; in runProfile() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java14966 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked()
14998 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()