Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java411 int profileType = data.readInt(); in onTransact() local
1050 ParcelFileDescriptor fd, int profileType) throws RemoteException { in profilerControl()
DIApplicationThread.java114 void profilerControl(boolean start, String path, ParcelFileDescriptor fd, int profileType) in profilerControl()
DActivityThread.java832 int profileType) { in profilerControl()
4051 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) { in handleProfilerControl()
DActivityManagerNative.java1293 int profileType = data.readInt(); in onTransact() local
3520 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException in profileControl()
DIActivityManager.java270 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException; in profileControl()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java830 int profileType = 0; in runProfile() local
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java14273 private void stopProfilerLocked(ProcessRecord proc, String path, int profileType) { in stopProfilerLocked()
14305 String path, ParcelFileDescriptor fd, int profileType) throws RemoteException { in profileControl()