Home
last modified time | relevance | path

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

/external/v4l2_codec2/include/
DC2VDAComponent.h378 std::mutex mStartStopLock; variable
/external/v4l2_codec2/
DC2VDAComponent.cpp1447 std::lock_guard<std::mutex> lock(mStartStopLock); in start()
1473 std::lock_guard<std::mutex> lock(mStartStopLock); in stop()