Searched refs:mFramesHeldMutex (Results 1 – 2 of 2) sorted by relevance
85 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in shutdown()146 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in deliverFrame()327 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in startVideoStream()424 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in startVideoStream()468 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in doneWithFrame()647 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in doneWithFrame_1_1()944 std::lock_guard<std::recursive_mutex> lock(mFramesHeldMutex); in toString()
120 mutable std::recursive_mutex mFramesHeldMutex; variable