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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h211 // Only clear mRecentStatusUpdates, mStatusWaiters from waitUntilStateThenRelock
316 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);
H A DCamera3Device.cpp251 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
600 waitUntilStateThenRelock(/*active*/true, kActiveTimeout);
1163 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1184 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1199 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
1208 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { function in class:android::Camera3Device

Completed in 66 milliseconds