Searched refs:profilerControl (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 95 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl() method
|
D | ActivityThread.java | 1170 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() method in ActivityThread.ApplicationThread
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | TransactionParcelTests.java | 487 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i) in profilerControl() method in TransactionParcelTests.StubAppThread
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 18444 proc.thread.profilerControl(false, null, profileType); in stopProfilerLocked() 18501 proc.thread.profilerControl(start, profilerInfo, profileType); in profileControl()
|