Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java388 int profileType = data.readInt(); in onTransact() local
970 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
DIApplicationThread.java110 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
DActivityThread.java763 int profileType) { in profilerControl()
3598 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
DActivityManagerNative.java1116 int profileType = data.readInt(); in onTransact() local
2946 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
DIActivityManager.java290 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java559 int profileType = 0; in runProfile() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java13967 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked()
13999 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()