Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.h65 std::mutex onframe_mutex_; variable
Dcamera_streamer.cpp36 std::lock_guard<std::mutex> lock(onframe_mutex_); in OnFrame()