Searched refs:RTP_TRACE_WARNING (Results 1 – 8 of 8) sorted by relevance
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtcpPacket.cpp | 352 RTP_TRACE_WARNING("[DecodeRtcpPacket], Invalid RTCP MSG type[%d] received", in decodeRtcpPacket() 391 RTP_TRACE_WARNING("[formRtcpPacket] m_pobjSrPkt is NULL", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 398 RTP_TRACE_WARNING("[formRtcpPacket] Not present 2nd pkt in Comp pkt", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 410 RTP_TRACE_WARNING("[formRtcpPacket] Error in SR pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 421 RTP_TRACE_WARNING("[formRtcpPacket] Error in RR pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 431 RTP_TRACE_WARNING("[formRtcpPacket] Error in SDES pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 441 RTP_TRACE_WARNING("[formRtcpPacket] Error in APP pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 450 RTP_TRACE_WARNING("[formRtcpPacket] Error in BYE pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 461 RTP_TRACE_WARNING("[formRtcpPacket] Error in Fb pkt encoding.", RTP_ZERO, RTP_ZERO); in formRtcpPacket() 471 RTP_TRACE_WARNING("[formRtcpPacket] Error in XR pkt encoding", RTP_ZERO, RTP_ZERO); in formRtcpPacket()
|
D | RtpSession.cpp | 200 RTP_TRACE_WARNING("compareRtpSessions, Input param is Null.", RTP_ZERO, RTP_ZERO); in compareRtpSessions() 243 RTP_TRACE_WARNING("Rtp_RtcpTimerCb, pvTimerId is NULL.", RTP_ZERO, RTP_ZERO); in Rtp_RtcpTimerCb() 358 RTP_TRACE_WARNING("formRrList, error in addRrPacketData.", RTP_ZERO, RTP_ZERO); in formRrList() 364 RTP_TRACE_WARNING("formRrList, error in populateReportPacket.", RTP_ZERO, RTP_ZERO); in formRrList() 382 RTP_TRACE_WARNING("formRrList, error in addRrPacketData.", RTP_ZERO, RTP_ZERO); in formRrList() 388 RTP_TRACE_WARNING("formRrList, error in populateReportPacket.", RTP_ZERO, RTP_ZERO); in formRrList() 623 RTP_TRACE_WARNING("rtpSendRtcpPacket, RTCP send error.", RTP_ZERO, RTP_ZERO); in rtpSendRtcpPacket() 1143 RTP_TRACE_WARNING("enableRtcp, m_bEnableRTCP is already enabled.", RTP_ZERO, RTP_ZERO); in enableRtcp() 1162 RTP_TRACE_WARNING("enableRtcp, Stop timer is returned NULL value.", RTP_ZERO, RTP_ZERO); in enableRtcp() 1176 RTP_TRACE_WARNING( in enableRtcp() [all …]
|
D | RtpStack.cpp | 55 RTP_TRACE_WARNING("Memory allocation error.", RTP_ZERO, RTP_ZERO); in createRtpSession() 87 RTP_TRACE_WARNING("deleteRtpSession, pobjRtpSession is NULL.", RTP_ZERO, RTP_ZERO); in deleteRtpSession()
|
D | RtcpSrPacket.cpp | 249 RTP_TRACE_WARNING( in decodeSrPacket() 347 RTP_TRACE_WARNING("[formSrPacket], Report Block Encoding Error", RTP_ZERO, RTP_ZERO); in formSrPacket()
|
D | RtcpXrPacket.cpp | 61 RTP_TRACE_WARNING("decodeRtcpXrPacket not implemented.", RTP_ZERO, RTP_ZERO); in decodeRtcpXrPacket()
|
D | RtpPacket.cpp | 79 RTP_TRACE_WARNING("formPacket Failed", RTP_ZERO, RTP_ZERO); in formPacket()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/ |
D | RtpService.cpp | 229 RTP_TRACE_WARNING("SetRtpHeaderExtension invalid data size len[%d], size[%d]", in SetRtpHeaderExtension() 426 RTP_TRACE_WARNING( in IMS_RtpSvc_SendRtpPacket() 463 RTP_TRACE_WARNING( in IMS_RtpSvc_SendRtpPacket() 480 RTP_TRACE_WARNING("On Rtp packet failed ..! OnRtpPacket", RTP_ZERO, RTP_ZERO); in IMS_RtpSvc_SendRtpPacket() 510 RTP_TRACE_WARNING( in IMS_RtpSvc_ProcRtpPacket() 531 RTP_TRACE_WARNING("process packet failed with reason [%d]", eStatus, RTP_ZERO); in IMS_RtpSvc_ProcRtpPacket() 568 RTP_TRACE_WARNING("[SessionEnableRTP] SSRC changed [%x] -> [%x]", oldSsrc, uiSsrc); in IMS_RtpSvc_SessionEnableRTP() 705 RTP_TRACE_WARNING("Rtcp packet processing is failed", RTP_ZERO, RTP_ZERO); in IMS_RtpSvc_ProcRtcpPacket()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/ |
D | RtpTrace.h | 26 #define RTP_TRACE_WARNING(a, b, c) IMLOGW2(a, b, c) macro
|