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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer.h 122 static bool DeleteFirstPacket(PacketList* packet_list);
packet_buffer.cc 190 DeleteFirstPacket(&buffer_);
242 bool PacketBuffer::DeleteFirstPacket(PacketList* packet_list) {
254 while (DeleteFirstPacket(packet_list)) {
packet_buffer_unittest.cc 511 // Test the DeleteFirstPacket DeleteAllPackets methods.
522 EXPECT_TRUE(PacketBuffer::DeleteFirstPacket(&list));
526 EXPECT_FALSE(PacketBuffer::DeleteFirstPacket(&list));

Completed in 294 milliseconds