HomeSort by relevance Sort by last modified time
    Searched refs:waitUntilStateThenRelock (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 237 status_t waitUntilStateThenRelock(bool active, nsecs_t timeout);
Camera3Device.cpp 228 res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
421 waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
467 waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
934 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
944 status_t res = waitUntilStateThenRelock(/*active*/ false, kShutdownTimeout);
959 res = waitUntilStateThenRelock(/*active*/ true, kActiveTimeout);
968 status_t Camera3Device::waitUntilStateThenRelock(bool active,
    [all...]

Completed in 124 milliseconds