Searched refs:current_packet (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dbuffered_socket_writer.cc76 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/
H A Dquic_dispatcher.h157 const QuicEncryptedPacket& current_packet() { function in class:net::QuicDispatcher
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher.h165 const QuicEncryptedPacket& current_packet() { function in class:net::tools::QuicDispatcher
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc519 Packet* current_packet = (*it); local
520 assert(current_packet);
521 assert(current_packet->payload);
522 if (decoder_database_->IsDtmf(current_packet->header.payloadType)) {
523 assert(!current_packet->sync_packet); // We had a sanity check for this.
526 current_packet->header.timestamp,
527 current_packet->payload,
528 current_packet->payload_length,
532 current_packet->payload_length);
542 delete [] current_packet
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c775 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
1155 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset);
1162 memcpy((p_data + total_len), current_packet, copy_len);
/external/libpcap/
H A Dpcap-linux.c309 unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block if NULL. */ member in struct:pcap_linux
4466 if (handlep->current_packet == NULL) {
4480 if (handlep->current_packet == NULL) {
4485 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
4495 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
4500 handlep->current_packet,
4516 handlep->current_packet = NULL;
4519 handlep->current_packet += tp3_hdr->tp_next_offset;
4547 handlep->current_packet = NULL;

Completed in 338 milliseconds