Searched refs:decodePacket (Results 1 – 10 of 10) sorted by relevance
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtpPacketTest.cpp | 85 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST() 137 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST() 171 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST() 207 eRtp_Bool eResult = rtpPacket.decodePacket(&rtpBuffer); in TEST()
|
/packages/modules/Bluetooth/system/test/common/ |
D | core_interface.cc | 62 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket() function 75 virtual bool decodePacket(const uint8_t* /* i_buf */, int16_t* /* o_buf */, in decodePacket() function
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/ |
D | RtpPacket.h | 92 eRtp_Bool decodePacket(IN RtpBuffer* pobjRtpPktBuf);
|
/packages/modules/Bluetooth/system/btif/include/ |
D | mock_core_callbacks.h | 92 MOCK_METHOD((bool), decodePacket,
|
D | core_callbacks.h | 93 virtual bool decodePacket(const uint8_t* i_buf, int16_t* o_buf,
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/ |
D | RtpPacket.cpp | 130 eRtp_Bool RtpPacket::decodePacket(IN RtpBuffer* pobjRtpPktBuf) in decodePacket() function in RtpPacket
|
D | RtpSession.cpp | 1472 eRtpDecodeRes = pobjRtpPkt->decodePacket(pobjRTPPacket); in processRcvdRtpPkt()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hci.cc | 317 GetInterfaceToProfiles()->msbcCodec->decodePacket( in handle_bad_frames() 755 if (!GetInterfaceToProfiles()->msbcCodec->decodePacket( in decode() 1188 bool plc_conducted = !GetInterfaceToProfiles()->lc3Codec->decodePacket( in decode()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | sco_hci_test.cc | 90 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket() function 112 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | bluetooth.cc | 229 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket() function 251 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket() function
|