Searched refs:mMediaEventWakeLock (Results 1 – 2 of 2) sorted by relevance
91 private final PowerManager.WakeLock mMediaEventWakeLock; field in MediaSessionService111 mMediaEventWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "handleMediaEvent"); in MediaSessionService()954 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEventLocked()989 mMediaEventWakeLock.acquire(); in startVoiceInput()1001 mMediaEventWakeLock.release(); in startVoiceInput()1043 mMediaEventWakeLock.acquire(); in aquireWakeLockLocked()1075 mMediaEventWakeLock.release(); in releaseWakeLockLocked()1098 && mMediaEventWakeLock.isHeld()) {1099 mMediaEventWakeLock.release();
77 private final PowerManager.WakeLock mMediaEventWakeLock; field in MediaFocusControl96 mMediaEventWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "handleMediaEvent"); in MediaFocusControl()893 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEventForCalls()914 mMediaEventWakeLock.acquire(); in dispatchMediaKeyEvent()1065 mMediaEventWakeLock.acquire(); in startVoiceBasedInteractions()1079 mMediaEventWakeLock.release(); in startVoiceBasedInteractions()1093 mMediaEventWakeLock.release(); in onSendFinished()1107 mMediaEventWakeLock.release();