HomeSort by relevance Sort by last modified time
    Searched full:zeroresult (Results 1 - 1 of 1) sorted by null

  /external/libmtp/src/
libusb-glue.c 917 int zeroresult = 0; local
923 zeroresult = USB_BULK_READ(ptp_usb->handle, ptp_usb->inep, &temp, 0, ptp_usb->timeout);
924 if (zeroresult != 0)
925 printf("LIBMTP panic: unable to read in zero packet, response 0x%04x", zeroresult);
1399 int zeroresult = 0; local
    [all...]

Completed in 41 milliseconds