OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle_packet
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
adb.c
305
void
handle_packet
(apacket *p, atransport *t)
function
309
D("
handle_packet
() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0],
390
printf("
handle_packet
: what is %08x?!\n", p->msg.command);
[
all
...]
/external/qemu/hw/
usb.h
137
int (*
handle_packet
)(USBDevice *dev, USBPacket *p);
member in struct:USBDevice
157
* Called from
handle_packet
().
166
* Called from
handle_packet
().
214
handle_packet
returns) should not call this method. */
224
should never be called from within
handle_packet
. */
Completed in 37 milliseconds