Searched refs:mMediaEventWakeLock (Results 1 – 2 of 2) sorted by relevance
92 private final PowerManager.WakeLock mMediaEventWakeLock; field in MediaSessionService111 mMediaEventWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "handleMediaEvent"); in MediaSessionService()982 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEventLocked()1017 mMediaEventWakeLock.acquire(); in startVoiceInput()1029 mMediaEventWakeLock.release(); in startVoiceInput()1076 mMediaEventWakeLock.acquire(); in aquireWakeLockLocked()1108 mMediaEventWakeLock.release(); in releaseWakeLockLocked()1131 && mMediaEventWakeLock.isHeld()) {1132 mMediaEventWakeLock.release();
89 private final PowerManager.WakeLock mMediaEventWakeLock; field in MediaFocusControl108 mMediaEventWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "handleMediaEvent"); in MediaFocusControl()926 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEventForCalls()947 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEvent()1106 mMediaEventWakeLock.acquire(); in startVoiceBasedInteractions()1120 mMediaEventWakeLock.release(); in startVoiceBasedInteractions()1134 mMediaEventWakeLock.release(); in onSendFinished()1148 mMediaEventWakeLock.release();