Searched refs:requestProfiling (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/ |
D | ProfilingFrameworkTests.java | 162 mProfilingManager.requestProfiling( in testInvalidProfilingType() 189 mProfilingManager.requestProfiling( in testInvalidProfilingParams() 215 mProfilingManager.requestProfiling( in testRequestJavaHeapDumpSuccess() 246 mProfilingManager.requestProfiling( in testRequestHeapProfileSuccess() 274 mProfilingManager.requestProfiling( in testRequestStackSamplingSuccess() 308 mProfilingManager.requestProfiling( in testRequestSystemTraceSuccess() 338 mProfilingManager.requestProfiling( in testRequestJavaHeapDumpCancel() 373 mProfilingManager.requestProfiling( in testRequestHeapProfileCancel() 408 mProfilingManager.requestProfiling( in testRequestStackSamplingCancel() 443 mProfilingManager.requestProfiling( in testRequestSystemTraceCancel() [all …]
|
D | ProfilingServiceTests.java | 159 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_OnlyRequestingProcessCallbackTriggered() 190 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_MultipleCallbackTriggered() 213 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_ProfilingRunning_Fails() 236 mProfilingService.requestProfiling(-1, null, APP_FILE_PATH, REQUEST_TAG, in testRequestProfiling_InvalidRequest_Fails() 252 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_PackageNameNotFound_Fails() 269 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_PackageNameNotAssociatedWithCaller_Fails() 293 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_RateLimitBlocked_Fails() 314 mProfilingService.requestProfiling(ProfilingManager.PROFILING_TYPE_JAVA_HEAP_DUMP, null, in testRequestProfiling_Allowed_PerfettoPermissions_Fails()
|
/packages/modules/Profiling/aidl/android/os/ |
D | IProfilingService.aidl | 27 …oneway void requestProfiling(int profilingType, in Bundle params, String filePath, String tag, lon… in requestProfiling() method
|
/packages/modules/Profiling/framework/java/android/os/ |
D | ProfilingManager.java | 202 public void requestProfiling( in requestProfiling() method in ProfilingManager 243 service.requestProfiling(profilingType, parameters, in requestProfiling()
|
/packages/modules/Profiling/framework/api/ |
D | current.txt | 6 …method public void requestProfiling(int, @Nullable android.os.Bundle, @Nullable String, @Nullable …
|
/packages/modules/Profiling/service/java/com/android/os/profiling/ |
D | ProfilingService.java | 362 public void requestProfiling(int profilingType, Bundle params, String filePath, String tag, in requestProfiling() method in ProfilingService
|