Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp251 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in disconnect()
600 waitUntilStateThenRelock(/*active*/true, kActiveTimeout); in submitRequestsHelper()
1163 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in waitUntilDrainedLocked()
1184 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout); in internalPauseAndWaitLocked()
1199 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout); in internalResumeLocked()
1208 status_t Camera3Device::waitUntilStateThenRelock(bool active, nsecs_t timeout) { in waitUntilStateThenRelock() function in android::Camera3Device
DCamera3Device.h316 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);