Home
last modified time | relevance | path

Searched refs:WaitForSources (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Drecording_manager.h53 void WaitForSources(size_t num_sources);
Drecording_manager.cpp105 void RecordingManager::WaitForSources(size_t num_sources) { in WaitForSources() function in cuttlefish::webrtc_streaming::RecordingManager
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp369 recording_manager.WaitForSources(instance.display_configs().size()); in main()