Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/
DCameraBinderTests.cpp154 bool foundStatus = false; in waitForTorchState() local
155 while (!foundStatus) { in waitForTorchState()
161 foundStatus = (iter != mCameraTorchStatuses.end() && iter->second == status); in waitForTorchState()