Home
last modified time | relevance | path

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

/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp75 mutable Condition mTorchCondition; member in TestCameraServiceListener
95 mTorchCondition.broadcast(); in onTorchStatusChanged()
140 if (mTorchCondition.waitRelative(mLock, SETUP_TIMEOUT) != OK) { in waitForTorchState()