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.h108 std::shared_ptr<AudioSource> GetAudioSource();
Dstreamer.cpp332 std::shared_ptr<AudioSource> Streamer::GetAudioSource() { in GetAudioSource() function in cuttlefish::webrtc_streaming::Streamer
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp378 auto audio_source = streamer->GetAudioSource(); in CuttlefishMain()