OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOCOL_GINGLE
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc
162
msg->protocol =
PROTOCOL_GINGLE
;
260
if (msg.protocol ==
PROTOCOL_GINGLE
) {
299
if (!ParseCandidates(
PROTOCOL_GINGLE
, action_elem,
408
if (!WriteCandidates(
PROTOCOL_GINGLE
,
518
if (!ParseContentInfo(
PROTOCOL_GINGLE
, CN_AUDIO, NS_JINGLE_RTP,
523
if (!ParseContentInfo(
PROTOCOL_GINGLE
, CN_VIDEO, NS_JINGLE_RTP,
528
if (!ParseContentInfo(
PROTOCOL_GINGLE
, CN_AUDIO, NS_JINGLE_RTP,
533
if (!ParseContentInfo(
PROTOCOL_GINGLE
, CN_OTHER, content_type,
590
PROTOCOL_GINGLE
, contents.front(), parsers, error);
601
PROTOCOL_GINGLE
, contents.at(0), parsers, error)
[
all
...]
constants.h
51
PROTOCOL_GINGLE
,
p2ptransport.cc
147
if (protocol ==
PROTOCOL_GINGLE
) {
session.cc
616
if (msg.protocol ==
PROTOCOL_GINGLE
) {
617
current_protocol_ =
PROTOCOL_GINGLE
;
[
all
...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc
258
initial_protocol = cricket::
PROTOCOL_GINGLE
;
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc
737
if (protocol ==
PROTOCOL_GINGLE
) {
[
all
...]
Completed in 74 milliseconds