Home
last modified time | relevance | path

Searched refs:ResetPlayStats (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/
Daudio_device_buffer.h50 void ResetPlayStats() { in ResetPlayStats() function
132 void ResetPlayStats();
Daudio_device_buffer.cc101 task_queue_.PostTask([this] { ResetPlayStats(); }); in StartPlayout()
475 void AudioDeviceBuffer::ResetPlayStats() { in ResetPlayStats() function in webrtc::AudioDeviceBuffer
477 last_stats_.ResetPlayStats(); in ResetPlayStats()
479 stats_.ResetPlayStats(); in ResetPlayStats()