Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h104 std::shared_ptr<AudioSource> GetAudioSource();
Dstreamer.cpp330 std::shared_ptr<AudioSource> Streamer::GetAudioSource() { in GetAudioSource() function in cuttlefish::webrtc_streaming::Streamer
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp263 auto audio_source = streamer->GetAudioSource(); in main()