Home
last modified time | relevance | path

Searched refs:getMaxProfilingTimeAllowedMs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DTracingSession.java93 public int getMaxProfilingTimeAllowedMs() { in getMaxProfilingTimeAllowedMs() method in TracingSession
98 Configs.getMaxProfilingTimeAllowedMs(mProfilingType, mParams); in getMaxProfilingTimeAllowedMs()
DConfigs.java495 public static int getMaxProfilingTimeAllowedMs(int profilingType, @Nullable Bundle params) { in getMaxProfilingTimeAllowedMs() method in Configs
DProfilingService.java799 long processingTimeRemaining = session.getMaxProfilingTimeAllowedMs() in checkProfilingCompleteRescheduleIfNeeded()