Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dbuffered_socket_writer.cc76 net::IOBuffer* current_packet; in DoWrite() local
78 GetNextPacket(&current_packet, &current_packet_size); in DoWrite()
81 if (!current_packet) in DoWrite()
85 current_packet, current_packet_size, in DoWrite()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc519 Packet* current_packet = (*it); in InsertPacketInternal() local
520 assert(current_packet); in InsertPacketInternal()
521 assert(current_packet->payload); in InsertPacketInternal()
522 if (decoder_database_->IsDtmf(current_packet->header.payloadType)) { in InsertPacketInternal()
523 assert(!current_packet->sync_packet); // We had a sanity check for this. in InsertPacketInternal()
526 current_packet->header.timestamp, in InsertPacketInternal()
527 current_packet->payload, in InsertPacketInternal()
528 current_packet->payload_length, in InsertPacketInternal()
532 current_packet->payload_length); in InsertPacketInternal()
542 delete [] current_packet->payload; in InsertPacketInternal()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c775 UINT8 *current_packet; in userial_read_thread() local
782 current_packet = (UINT8 *) (p_buf + 1); in userial_read_thread()
783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT); in userial_read_thread()
1146 UINT8 * current_packet = NULL; in USERIAL_Read() local
1155 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()
1162 memcpy((p_data + total_len), current_packet, copy_len); in USERIAL_Read()
/external/chromium_org/net/quic/
Dquic_dispatcher.h157 const QuicEncryptedPacket& current_packet() { in current_packet() function
/external/chromium_org/net/tools/quic/
Dquic_dispatcher.h165 const QuicEncryptedPacket& current_packet() { in current_packet() function
/external/libpcap/
Dpcap-linux.c309 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
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;