Searched defs:audio_rejected (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc530 static void ReplaceRejected(bool audio_rejected, bool video_rejected, argument
532 if (audio_rejected) {
1072 bool TestSerializeRejected(bool audio_rejected, bool video_rejected) { argument
1079 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
1084 audio_rejected ? "" : kCandidateUfragVoice,
1085 audio_rejected ? "" : kCandidatePwdVoice);
1091 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1160 bool TestDeserializeRejected(bool audio_rejected, bool video_rejected) { argument
1162 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1172 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
[all...]

Completed in 116 milliseconds