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

  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.h 56 bool first_packet,
stream_generator.cc 57 bool first_packet,
65 packet.isFirstPacket = first_packet;
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message_response.py 149 first_packet = parse_packets[0]
150 message = message_class(raw_data=first_packet)
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 282 Packet* first_packet = packet_list->front(); local
283 delete [] first_packet->payload;
284 delete first_packet;
neteq_impl.cc 1845 bool first_packet = true; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc 219 bool first_packet = true; local
325 if (first_packet) {
326 first_packet = false;
  /system/bt/btif/src/
btif_sock_l2cap.cc 76 struct packet* first_packet; // fist packet to be delivered to app member in struct:l2cap_socket
117 struct packet* p = sock->first_packet;
121 if (data) *data = sock->first_packet->data;
122 if (len) *len = sock->first_packet->len;
123 sock->first_packet = p->next;
124 if (sock->first_packet)
125 sock->first_packet->prev = NULL;
161 p->next = sock->first_packet;
162 sock->first_packet = p;
188 sock->first_packet = p
    [all...]

Completed in 242 milliseconds