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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp227 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
559 waitUntilStateThenRelock(/*active*/true, kActiveTimeout);
1093 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1107 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
1122 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
1131 status_t Camera3Device::waitUntilStateThenRelock(bool active, function in class:android::Camera3Device
H A DCamera3Device.h272 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);

Completed in 221 milliseconds