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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp253 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
622 waitUntilStateThenRelock(/*active*/true, kActiveTimeout);
1185 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1206 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1221 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
1230 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { function in class:android::Camera3Device

Completed in 13 milliseconds