Home
last modified time | relevance | path

Searched refs:SendRtcpFeedback (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtcpEncoderNode.cpp276 return mRtpSession->SendRtcpFeedback(kRtpFbNack, pNackBuff, 4); in SendNack()
300 if (mRtpSession->SendRtcpFeedback(kPsfbPli, nullptr, 0)) in SendPictureLost()
312 if (mRtpSession->SendRtcpFeedback(kPsfbFir, nullptr, 0)) in SendPictureLost()
355 return mRtpSession->SendRtcpFeedback(kRtpFbTmmbr, buffer, 8); in SendTmmbrn()
359 return mRtpSession->SendRtcpFeedback(kRtpFbTmmbn, buffer, 8); in SendTmmbrn()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/
DIRtpSession.h111 bool SendRtcpFeedback(int32_t type, uint8_t* pFic, uint32_t nFicSize);
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DIRtpSession.cpp512 bool IRtpSession::SendRtcpFeedback(int32_t type, uint8_t* pFic, uint32_t nFicSize) in SendRtcpFeedback() function in IRtpSession