Searched refs:waitUntilStateThenRelock (Results 1 – 2 of 2) sorted by relevance
625 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);
360 res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in disconnectImpl()968 waitUntilStateThenRelock(/*active*/true, kActiveTimeout); in submitRequestsHelper()2155 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in waitUntilDrainedLocked()2187 status_t res = waitUntilStateThenRelock(/*active*/ false, maxExpectedDuration); in internalPauseAndWaitLocked()2204 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout); in internalResumeLocked()2213 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { in waitUntilStateThenRelock() function in android::Camera3Device