Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp257 bool iffLocked = tryLock(mInflightFramesLock); in dumpState()
264 mInflightFramesLock.unlock(); in dumpState()
765 std::lock_guard<std::mutex> lk(mInflightFramesLock); in processOneCaptureRequest()
825 std::lock_guard<std::mutex> lk(mInflightFramesLock); in processCaptureRequestError()
881 std::lock_guard<std::mutex> lk(mInflightFramesLock); in processCaptureResult()
2617 std::lock_guard<std::mutex> lk(mInflightFramesLock); in configureStreams()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h381 std::mutex mInflightFramesLock; // protect mInflightFrames member