HomeSort by relevance Sort by last modified time
    Searched defs:handle_packet (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minadbd/
adb.c 283 void handle_packet(apacket *p, atransport *t) function
287 D("handle_packet() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0],
368 printf("handle_packet: what is %08x?!\n", p->msg.command);
  /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. */
  /system/core/adb/
adb.c 501 void handle_packet(apacket *p, atransport *t) function
505 D("handle_packet() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0],
616 printf("handle_packet: what is %08x?!\n", p->msg.command);
    [all...]

Completed in 106 milliseconds