Searched refs:GetPlayoutUnderrunCount (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ | ||
D | audio_device.h | 134 int32_t GetPlayoutUnderrunCount() const override; |
D | audio_device.cpp | 244 int32_t CfAudioDeviceModule::GetPlayoutUnderrunCount() const { return -1; } in GetPlayoutUnderrunCount() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule |