Home
last modified time | relevance | path

Searched refs:mRequestDoneCond (Results 1 – 6 of 6) 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/default/
DExternalCameraDeviceSession.h161 std::condition_variable mRequestDoneCond; // signaled when a request is done variable
215 std::condition_variable mRequestDoneCond; // signaled when a request is done processing variable
DExternalCameraDeviceSession.cpp1962 auto st = mRequestDoneCond.wait_for(lk, timeout); in waitForBufferRequestDone()
2024 mRequestDoneCond.notify_one(); in threadLoop()
2035 mRequestDoneCond.notify_one(); in threadLoop()
2044 mRequestDoneCond.notify_one(); in threadLoop()
2101 mRequestDoneCond.notify_one(); in threadLoop()
2109 mRequestDoneCond.notify_one(); in threadLoop()
2117 mRequestDoneCond.notify_one(); in threadLoop()
2237 auto st = mRequestDoneCond.wait_for(lk, timeout); in flush()
2284 auto st = mRequestDoneCond.wait_for(lk, timeout); in switchToOffline()
2346 mRequestDoneCond.notify_one(); in signalRequestDone()
/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.cpp1756 auto st = mRequestDoneCond.wait_for(lk, timeout); in flush()
1784 auto st = mRequestDoneCond.wait_for(lk, timeout); in switchToOffline()
1830 mRequestDoneCond.notify_one(); in signalRequestDone()