Home | History | Annotate | Download | only in voice_engine

Lines Matching defs:SendRtcp

350 Channel::SendRtcp(const uint8_t *data, size_t len)
353 "Channel::SendRtcp(len=%" PRIuS ")", len);
360 "Channel::SendRtcp() failed to send RTCP packet"
368 int n = _transportPtr->SendRtcp(bufferToSendPtr, bufferLength);
374 "Channel::SendRtcp() transmission using %s failed",