HomeSort by relevance Sort by last modified time
    Searched refs:DeleteFirstPacket (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 128 static bool DeleteFirstPacket(PacketList* packet_list);
packet_buffer.cc 222 DeleteFirstPacket(&buffer_);
278 bool PacketBuffer::DeleteFirstPacket(PacketList* packet_list) {
290 while (DeleteFirstPacket(packet_list)) {
packet_buffer_unittest.cc 498 // Test the DeleteFirstPacket DeleteAllPackets methods.
509 EXPECT_TRUE(PacketBuffer::DeleteFirstPacket(&list));
513 EXPECT_FALSE(PacketBuffer::DeleteFirstPacket(&list));

Completed in 170 milliseconds