Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp274 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in disconnect()
753 waitUntilStateThenRelock(/*active*/true, kActiveTimeout); in submitRequestsHelper()
1356 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in waitUntilDrainedLocked()
1377 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in internalPauseAndWaitLocked()
1392 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout); in internalResumeLocked()
1401 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { in waitUntilStateThenRelock() function in android::Camera3Device
DCamera3Device.h342 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);