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

  /external/qemu/hw/
usb.c 228 dev->handle_packet(dev, &p);
usb-hub.c 489 ret = dev->handle_packet(dev, p);
534 s->dev.handle_packet = usb_hub_handle_packet;
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. */
usb-hid.c 855 s->dev.handle_packet = usb_generic_handle_packet;
876 s->dev.handle_packet = usb_generic_handle_packet;
897 s->dev.handle_packet = usb_generic_handle_packet;
usb-msd.c 559 s->dev.handle_packet = usb_generic_handle_packet;
usb-ohci.c 757 ret = dev->handle_packet(dev, &ohci->usb_packet);
947 ret = dev->handle_packet(dev, &ohci->usb_packet);
    [all...]
  /bootable/recovery/minadbd/
adb.h 215 void handle_packet(apacket *p, atransport *t);
adb.c 285 void handle_packet(apacket *p, atransport *t) function
289 D("handle_packet() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0],
370 printf("handle_packet: what is %08x?!\n", p->msg.command);
transport.c 207 handle_packet(p, (atransport *) _t);
  /system/core/adb/
adb.h 244 void handle_packet(apacket *p, atransport *t);
adb.c 364 void handle_packet(apacket *p, atransport *t) function
368 D("handle_packet() %c%c%c%c\n", ((char*) (&(p->msg.command)))[0],
449 printf("handle_packet: what is %08x?!\n", p->msg.command);
    [all...]
transport.c 207 handle_packet(p, (atransport *) _t);
  /external/qemu/
usb-linux.c 956 dev->dev.handle_packet = usb_host_handle_packet;
    [all...]

Completed in 223 milliseconds