/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
D | SceneBackInteractorTest.kt | 81 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/ |
D | ACameraCaptureSession.cpp | 37 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()
|
D | ACameraCaptureSession.inc | 49 dev->unlockDevice(); 73 dev->unlockDevice();
|
D | ACameraDevice.h | 166 void unlockDevice() const { mDeviceLock.unlock(); }; in unlockDevice() function
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | OverlayShadeViewModelTest.kt | 73 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/ |
D | NotificationsShadeSceneViewModelTest.kt | 77 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/ |
D | SceneFrameworkIntegrationTest.kt | 349 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/ |
D | QuickSettingsShadeSceneViewModelTest.kt | 78 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/ |
D | ACameraDevice.h | 218 void unlockDevice() const { mDeviceLock.unlock(); }; in unlockDevice() function
|