Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp412 res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in disconnectImpl()
1015 waitUntilStateThenRelock(/*active*/true, kActiveTimeout); in submitRequestsHelper()
1840 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in waitUntilDrainedLocked()
1865 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in internalPauseAndWaitLocked()
1882 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout); in internalResumeLocked()
1891 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { in waitUntilStateThenRelock() function in android::Camera3Device
DCamera3Device.h693 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);