OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_check
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
transport_usb.c
38
p->msg.
data_check
= H4(p->msg.
data_check
);
transport_local.c
36
p->msg.
data_check
= H4(p->msg.
data_check
);
65
D("read remote packet: %04x arg0=%0x arg1=%0x data_length=%0x
data_check
=%0x magic=%0x\n",
66
p->msg.command, p->msg.arg0, p->msg.arg1, p->msg.data_length, p->msg.
data_check
, p->msg.magic);
93
D("write remote packet: %04x arg0=%0x arg1=%0x data_length=%0x
data_check
=%0x magic=%0x\n",
94
p->msg.command, p->msg.arg0, p->msg.arg1, p->msg.data_length, p->msg.
data_check
, p->msg.magic);
adb.h
54
unsigned
data_check
; /* checksum of data payload */
member in struct:amessage
transport.c
226
p->msg.
data_check
= sum;
1075
if(sum != p->msg.
data_check
) {
Completed in 34 milliseconds