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

  /external/libmtp/src/
libusb-glue.h 107 uint64_t current_transfer_complete; member in struct:_PTP_USB
libopenusb1-glue.c     [all...]
libusb-glue.c 911 ptp_usb->current_transfer_complete += result;
916 if (ptp_usb->current_transfer_complete >= ptp_usb->current_transfer_total) {
918 ptp_usb->current_transfer_complete = ptp_usb->current_transfer_total;
923 ret = ptp_usb->current_transfer_callback(ptp_usb->current_transfer_complete,
1007 ptp_usb->current_transfer_complete += result;
1013 if (ptp_usb->current_transfer_complete >= ptp_usb->current_transfer_total) {
1015 ptp_usb->current_transfer_complete = ptp_usb->current_transfer_total;
    [all...]
libusb1-glue.c 926 ptp_usb->current_transfer_complete += xread;
931 if (ptp_usb->current_transfer_complete >= ptp_usb->current_transfer_total) {
933 ptp_usb->current_transfer_complete = ptp_usb->current_transfer_total;
938 ret = ptp_usb->current_transfer_callback(ptp_usb->current_transfer_complete,
    [all...]
libmtp.c     [all...]

Completed in 2126 milliseconds