Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/internal/
H A Dpacket_buffer_queue.h44 Result<ConstByteSpan> GetPacket() { in GetPacket() function
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/
H A Dhci_packetizer.cc59 const hidl_vec<uint8_t>& HciPacketizer::GetPacket() const { return packet_; } in GetPacket() function in android::hardware::bluetooth::hci::HciPacketizer
/aosp_15_r20/hardware/interfaces/bluetooth/hci/
H A Dhci_packetizer.cc50 const std::vector<uint8_t>& HciPacketizer::GetPacket() const { return packet_; } in GetPacket() function in android::hardware::bluetooth::hci::HciPacketizer
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
H A Dvp_packet_pipe.h100 VpCmdPacket *GetPacket(uint32_t idx) in GetPacket() function
/aosp_15_r20/external/webrtc/modules/video_coding/test/
H A Dstream_generator.cc86 bool StreamGenerator::GetPacket(VCMPacket* packet, int index) { in GetPacket() function in webrtc::StreamGenerator
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dh264_packet_buffer.cc154 std::unique_ptr<H264PacketBuffer::Packet>& H264PacketBuffer::GetPacket( in GetPacket() function in webrtc::H264PacketBuffer