Home
last modified time | relevance | path

Searched defs:AllocatePacket (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_decoder_test.cc44 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in A2dpStackTest
Da2dp_vendor_ldac_unittest.cc113 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpLdacTest
Da2dp_opus_unittest.cc123 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpOpusTest
Da2dp_aac_unittest.cc130 BT_HDR* AllocatePacket(size_t packet_length) const { in AllocatePacket() function in bluetooth::testing::A2dpAacTest
Da2dp_sbc_unittest.cc129 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 Drtp_sender.cc511 std::unique_ptr<RtpPacketToSend> RTPSender::AllocatePacket() const { in AllocatePacket() function in webrtc::RTPSender