Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DCameraDeviceSession.cpp602 std::lock_guard<std::mutex> guard(mResultQueueMutex); in disposeCaptureRequest()
613 std::lock_guard<std::mutex> guard(mResultQueueMutex); in consumeCaptureResult()
DCameraDeviceSession.h128 std::mutex mResultQueueMutex; member