OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPacket
(Results
1 - 4
of
4
) sorted by null
/device/linaro/hikey/bluetooth/
hci_packetizer.cc
48
const hidl_vec<uint8_t>& HciPacketizer::
GetPacket
() const { return packet_; }
/hardware/interfaces/bluetooth/1.0/default/
hci_packetizer.cc
48
const hidl_vec<uint8_t>& HciPacketizer::
GetPacket
() const { return packet_; }
/external/webrtc/webrtc/modules/video_coding/test/
stream_generator.cc
88
bool StreamGenerator::
GetPacket
(VCMPacket* packet, int index) {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.cc
217
GetPacket
(index, packet, packet_length, stored_time_ms);
221
void RTPPacketHistory::
GetPacket
(int index,
241
GetPacket
(index, packet, packet_length, stored_time_ms);
Completed in 917 milliseconds