Searched refs:actives (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.h139 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; } argument
H A Dmediachannel.h223 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) = 0;
H A Dchannel.h293 void GetActiveStreams_w(AudioInfo::StreamList* actives);
H A Dchannel.cc718 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) { argument
719 media_channel()->GetActiveStreams(actives);

Completed in 67 milliseconds