Home
last modified time | relevance | path

Searched refs:unlockDevice (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/
DSceneBackInteractorTest.kt81 RouteNode(Scenes.Bouncer, Scenes.QuickSettings, unlockDevice = true), in <lambda>()
135 unlockDevice() in <lambda>()
151 unlockDevice() in <lambda>()
165 unlockDevice() in <lambda>()
187 if (node.unlockDevice) { in <lambda>()
188 unlockDevice() in <lambda>()
193 private suspend fun TestScope.unlockDevice() { in <lambda>() method in com.android.systemui.scene.domain.interactor.SceneBackInteractorTest
204 val unlockDevice: Boolean = false, in <lambda>() constant in com.android.systemui.scene.domain.interactor.SceneBackInteractorTest.RouteNode
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp37 dev->unlockDevice(); in ~ACameraCaptureSession()
79 dev->unlockDevice(); in closeByApp()
102 dev->unlockDevice(); in stopRepeating()
124 dev->unlockDevice(); in abortCaptures()
145 dev->unlockDevice(); in updateOutputConfiguration()
166 dev->unlockDevice(); in prepare()
DACameraCaptureSession.inc49 dev->unlockDevice();
73 dev->unlockDevice();
DACameraDevice.h166 void unlockDevice() const { mDeviceLock.unlock(); }; in unlockDevice() function
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DOverlayShadeViewModelTest.kt73 unlockDevice() in backgroundScene_deviceUnlocked_gone()
133 unlockDevice() in onScrimClicked_deviceWasEntered_goesToGone()
153 private fun TestScope.unlockDevice() { in unlockDevice() method in com.android.systemui.shade.ui.viewmodel.OverlayShadeViewModelTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeSceneViewModelTest.kt77 unlockDevice() in upTransitionSceneKey_deviceUnlocked_gone()
123 private fun TestScope.unlockDevice() { in unlockDevice() method in com.android.systemui.notifications.ui.viewmodel.NotificationsShadeSceneViewModelTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt349 unlockDevice() in <lambda>()
359 unlockDevice() in <lambda>()
366 unlockDevice() in <lambda>()
373 unlockDevice() in <lambda>()
382 unlockDevice() in <lambda>()
640 private fun TestScope.unlockDevice() { in <lambda>() method in com.android.systemui.scene.SceneFrameworkIntegrationTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsShadeSceneViewModelTest.kt78 unlockDevice() in upTransitionSceneKey_deviceUnlocked_gone()
124 private fun TestScope.unlockDevice() { in unlockDevice() method in com.android.systemui.qs.ui.viewmodel.QuickSettingsShadeSceneViewModelTest
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.h218 void unlockDevice() const { mDeviceLock.unlock(); }; in unlockDevice() function