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

  /external/chromium_org/remoting/protocol/
buffered_socket_writer.cc 76 net::IOBuffer* current_packet; local
78 GetNextPacket(&current_packet, &current_packet_size);
81 if (!current_packet)
85 current_packet, current_packet_size,
  /external/chromium_org/net/quic/
quic_dispatcher.h 145 const QuicEncryptedPacket& current_packet() { function in class:net::QuicDispatcher
  /external/chromium_org/net/tools/quic/
quic_dispatcher.h 154 const QuicEncryptedPacket& current_packet() { function in class:net::tools::QuicDispatcher
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 529 Packet* current_packet = (*it); local
530 assert(current_packet);
531 assert(current_packet->payload);
532 if (decoder_database_->IsDtmf(current_packet->header.payloadType)) {
533 assert(!current_packet->sync_packet); // We had a sanity check for this.
536 current_packet->header.timestamp,
537 current_packet->payload,
538 current_packet->payload_length,
542 current_packet->payload_length);
552 delete [] current_packet->payload
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 775 UINT8 *current_packet; local
782 current_packet = (UINT8 *) (p_buf + 1);
783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
1146 UINT8 * current_packet = NULL; local
    [all...]
  /external/libpcap/
pcap-linux.c 309 unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block if NULL. */ member in struct:pcap_linux
    [all...]

Completed in 288 milliseconds