Home
last modified time | relevance | path

Searched defs:pucAppBuf (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpAppPacketTest.cpp50 std::unique_ptr<RtpDt_UChar[]> pucAppBuf(new RtpDt_UChar[14]); in TEST_F() local
61 std::unique_ptr<RtpDt_UChar[]> pucAppBuf(new RtpDt_UChar[14]); in TEST_F() local
72 std::unique_ptr<RtpDt_UChar[]> pucAppBuf(new RtpDt_UChar[14]); in TEST_F() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpAppPacket.cpp66 eRTP_STATUS_CODE RtcpAppPacket::decodeAppPacket(IN RtpDt_UChar* pucAppBuf, IN RtpDt_UInt16 usAppLen) in decodeAppPacket()