Searched refs:profilerControl (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 101 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType); in profilerControl() method
|
H A D | ActivityThread.java | 1247 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) { in profilerControl() method in ActivityThread.ApplicationThread
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
H A D | TransactionParcelTests.java | 502 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i) in profilerControl() method in TransactionParcelTests.StubAppThread
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 1647 thread.profilerControl(false, null, profileType); in stopProfilerLPf() 1693 proc.mProfile.getThread().profilerControl(start, profilerInfo, profileType); in profileControlLPf()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 1914 Landroid/app/ActivityThread$ApplicationThread;->profilerControl(ZLandroid/app/ProfilerInfo;I)V 6181 Landroid/app/IApplicationThread$Stub$Proxy;->profilerControl(ZLandroid/app/ProfilerInfo;I)V 6285 Landroid/app/IApplicationThread;->profilerControl(ZLandroid/app/ProfilerInfo;I)V
|