Home
last modified time | relevance | path

Searched defs:pcBuffer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunkTest.cpp56 RtpDt_UChar* pcBuffer = new RtpDt_UChar[chunkItem->ucLength]; in TEST_F() local
111 RtpDt_UChar* pcBuffer = new RtpDt_UChar[chunkItem->ucLength]; in TEST_F() local
173 RtpDt_UChar* pcBuffer = new RtpDt_UChar[chunkItem->ucLength]; in TEST_F() local
237 RtpDt_UChar* pcBuffer = new RtpDt_UChar[chunkItem->ucLength]; in TEST_F() local
DRtcpSdesPacketTest.cpp57 RtpDt_UChar* pcBuffer = new RtpDt_UChar[sdesItem->ucLength]; in TEST_F() local
118 RtpDt_UChar* pcBuffer = new RtpDt_UChar[sdesItem->ucLength]; in TEST_F() local
189 RtpDt_UChar* pcBuffer = new RtpDt_UChar[sdesItem->ucLength]; in TEST_F() local
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp97 RtpDt_UChar* pcBuffer = new RtpDt_UChar[pstSdesItem->ucLength]; in addRtcpSdesItem() local
/aosp_15_r20/external/fastrpc/src/
H A Dstd_strlprintf.c194 static int ConvertFloat(FieldFormat* me, double dNumber, char* pcBuffer, in ConvertFloat()