Searched defs:profileType (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | ApplicationThreadNative.java | 388 int profileType = data.readInt(); in onTransact() local 970 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
|
| D | IApplicationThread.java | 110 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
|
| D | ActivityThread.java | 763 int profileType) { in profilerControl() 3598 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
|
| D | ActivityManagerNative.java | 1116 int profileType = data.readInt(); in onTransact() local 2946 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
|
| D | IActivityManager.java | 290 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
|
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| D | Am.java | 559 int profileType = 0; in runProfile() local
|
| /frameworks/base/services/java/com/android/server/am/ |
| D | ActivityManagerService.java | 13967 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked() 13999 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()
|