Searched refs:profilerControl (Results 1 – 5 of 5) 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 | 1139 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 | 469 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 | 17424 proc.thread.profilerControl(false, null, profileType); in stopProfilerLocked() 17481 proc.thread.profilerControl(start, profilerInfo, profileType); in profileControl()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 1914 Landroid/app/ActivityThread$ApplicationThread;->profilerControl(ZLandroid/app/ProfilerInfo;I)V 6184 Landroid/app/IApplicationThread$Stub$Proxy;->profilerControl(ZLandroid/app/ProfilerInfo;I)V 6288 Landroid/app/IApplicationThread;->profilerControl(ZLandroid/app/ProfilerInfo;I)V
|