OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_RTCPPACKET
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
259
int message_id = (!rtcp) ? MSG_RTPPACKET :
MSG_RTCPPACKET
;
576
case
MSG_RTCPPACKET
: {
578
SendPacket(pmsg->message_id ==
MSG_RTCPPACKET
, &data->packet);
607
Clear(
MSG_RTCPPACKET
, &rtcp_messages);
610
Send(
MSG_RTCPPACKET
, it->pdata);
[
all
...]
channel.h
72
MSG_RTCPPACKET
= 23,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
67
MSG_RTCPPACKET
,
638
int message_id = (!rtcp) ? MSG_RTPPACKET :
MSG_RTCPPACKET
;
[
all
...]
Completed in 3818 milliseconds