Searched defs:foundStatus (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp112 bool foundStatus = false; local
113 while (!foundStatus) {
119 foundStatus = (iter != mCameraTorchStatuses.end() && iter->second == status);

Completed in 149 milliseconds