Home
last modified time | relevance | path

Searched refs:profilerControl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl95 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl() method
DActivityThread.java1170 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() method in ActivityThread.ApplicationThread
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java487 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i) in profilerControl() method in TransactionParcelTests.StubAppThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java18444 proc.thread.profilerControl(false, null, profileType); in stopProfilerLocked()
18501 proc.thread.profilerControl(start, profilerInfo, profileType); in profileControl()