Searched refs:runWithWakeLock (Results 1 – 3 of 3) sorted by relevance
112 void runWithWakeLock(Runnable runnable) { in runWithWakeLock() method in PerfettoListener113 mTracingStrategy.runWithWakeLock(runnable); in runWithWakeLock()
137 mWakeLockContext = this::runWithWakeLock; in PerfettoTracingStrategy()152 mWakeLockContext = this::runWithWakeLock; in PerfettoTracingStrategy()345 void runWithWakeLock(Runnable runnable) { in runWithWakeLock() method in PerfettoTracingStrategy
295 mListener.runWithWakeLock(() -> {}); in testRunWithWakeLockHoldsAndReleasesAWakelock()305 mListener.runWithWakeLock( in testRunWithWakeLockHoldsAndReleasesAWakelockWhenThereIsAnException()