OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_packet
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/client/
rectangle_update_decoder.cc
258
bool
last_packet
= (packet->flags() & VideoPacket::
LAST_PACKET
) != 0;
local
260
if (
last_packet
)
265
last_packet
, decode_start, done);
272
void RectangleUpdateDecoder::OnPacketDone(bool
last_packet
,
278
last_packet
, decode_start, done));
284
if (
last_packet
) {
rectangle_update_decoder.h
83
// If |
last_packet
| is true then |decode_start| contains the timestamp when
85
void OnPacketDone(bool
last_packet
,
/external/chromium_org/net/quic/
quic_connection_test.cc
607
QuicPacketSequenceNumber*
last_packet
) {
612
if (
last_packet
!= NULL) {
613
*
last_packet
=
969
QuicPacketSequenceNumber
last_packet
;
local
1202
QuicPacketSequenceNumber
last_packet
;
local
1343
QuicPacketSequenceNumber
last_packet
;
local
[
all
...]
/external/qemu/
gdbstub.c
282
uint8_t
last_packet
[MAX_PACKET_LENGTH + 4];
member in struct:GDBState
433
p = s->
last_packet
;
445
s->last_packet_len = p - s->
last_packet
;
446
put_buffer(s, (uint8_t *)s->
last_packet
, s->last_packet_len);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h
1002
size_t
last_packet
= NumRtpPackets() - 1;
local
[
all
...]
Completed in 1133 milliseconds