Home
last modified time | relevance | path

Searched refs:mRequestDoneCond (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp120 auto st = mRequestDoneCond.wait_for(lk, timeout); in waitForBufferRequestDone()
248 mRequestDoneCond.notify_one(); in threadLoop()
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h136 std::condition_variable mRequestDoneCond; // signaled when a request is done member
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h168 std::condition_variable mRequestDoneCond; // signaled when a request is done processing member
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1707 auto st = mRequestDoneCond.wait_for(lk, timeout); in flush()
1735 auto st = mRequestDoneCond.wait_for(lk, timeout); in switchToOffline()
1781 mRequestDoneCond.notify_one(); in signalRequestDone()