Searched refs:CN_AUDIO (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmessages.cc | 304 bool has_audio = FindContentInfoByName(contents, CN_AUDIO) != NULL; in ParseGingleTransportInfos() 315 TransportInfo audio_tinfo(CN_AUDIO, NS_GINGLE_P2P, Candidates()); in ParseGingleTransportInfos() 518 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos() 528 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_AUDIO, NS_JINGLE_RTP, in ParseGingleContentInfos()
|
D | constants.h | 119 extern const std::string CN_AUDIO;
|
D | constants.cc | 97 const std::string CN_AUDIO("audio"); variable
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.cc | 170 offer->AddContent(CN_AUDIO, NS_JINGLE_RTP, audio); in CreateOffer()
|