Searched defs:profileType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ApplicationThreadNative.java | 404 int profileType = data.readInt(); in onTransact() local 1028 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
|
D | IApplicationThread.java | 112 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
|
D | ActivityThread.java | 783 int profileType) { in profilerControl() 3776 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
|
D | ActivityManagerNative.java | 1209 int profileType = data.readInt(); in onTransact() local 3227 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
|
D | IActivityManager.java | 264 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 643 int profileType = 0; in runProfile() local
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 14966 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked() 14998 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()
|