Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h68 bool ReceivePlayback(AudioServerExecutor& executor);
Dserver.cpp297 bool AudioClientConnection::ReceivePlayback(AudioServerExecutor& executor) { in ReceivePlayback() function in cuttlefish::AudioClientConnection
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp301 while (audio_client->ReceivePlayback(*this)) { in Loop()