Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Daudio_track_source_impl.cpp41 std::lock_guard<std::mutex> lock(sinks_mutex_); in AddSink()
46 std::lock_guard<std::mutex> lock(sinks_mutex_); in RemoveSink()
56 std::lock_guard<std::mutex> lock(sinks_mutex_); in OnFrame()
Daudio_track_source_impl.h61 std::mutex sinks_mutex_; variable