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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2047 if (IsDefaultChannel(iter->second.channel)) {
2082 if (IsDefaultChannel(channel)) {
2086 if (!IsDefaultChannel(it->second.channel)) {
2123 if (IsDefaultChannel(channel)) {
2248 ASSERT(IsDefaultChannel(it->second.channel));
2631 if (IsDefaultChannel(which_channel))
2642 if (IsDefaultChannel(iter->second.channel) && has_sent_to_default_channel)
H A Dwebrtcvideoengine.h374 bool IsDefaultChannel(int channel_id) const { function in class:cricket::WebRtcVideoMediaChannel
H A Dwebrtcvoiceengine.h392 bool IsDefaultChannel(int channel_id) const { function in class:cricket::WebRtcVoiceMediaChannel
H A Dwebrtcvideoengine.cc1644 if (IsDefaultChannel(channel_id)) {
1683 if (IsDefaultChannel(channel_id) && (send_channel->stream_params() == NULL)) {
1705 if (IsDefaultChannel(channel_id)) {
2028 if (!IsDefaultChannel(channel_id)) {
2336 if (which_channel != -1 && !IsDefaultChannel(which_channel)) {

Completed in 145 milliseconds