Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dshared_data.h56 int NumOfPlayingChannels();
Dshared_data.cc88 int SharedData::NumOfPlayingChannels() { in NumOfPlayingChannels() function in webrtc::voe::SharedData
Dvoe_base_impl.cc615 if (shared_->NumOfPlayingChannels() == 0) { in StopPlayout()