Searched defs:AllocatePacket (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/ | ||
D | a2dp_vendor_ldac_decoder_test.cc | 44 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in A2dpStackTest |
D | a2dp_vendor_ldac_unittest.cc | 113 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpLdacTest |
D | a2dp_opus_unittest.cc | 123 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpOpusTest |
D | a2dp_aac_unittest.cc | 130 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpAacTest |
D | a2dp_sbc_unittest.cc | 129 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpSbcTest |
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ | ||
H A D | rtp_sender.cc | 511 std::unique_ptr<RtpPacketToSend> RTPSender::AllocatePacket() const { in AllocatePacket() function in webrtc::RTPSender |