Searched defs:profileType (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/app/ |
| D | ApplicationThreadNative.java | 411 int profileType = data.readInt(); in onTransact() local 1050 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
|
| D | IApplicationThread.java | 114 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
|
| D | ActivityThread.java | 832 int profileType) { in profilerControl() 4051 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
|
| D | ActivityManagerNative.java | 1293 int profileType = data.readInt(); in onTransact() local 3520 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
|
| D | IActivityManager.java | 270 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
|
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| D | Am.java | 830 int profileType = 0; in runProfile() local
|
| /frameworks/base/services/java/com/android/server/am/ |
| D | ActivityManagerService.java | 14273 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked() 14305 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()
|