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

  /external/libmtp/src/
libusb-glue.h 67 LIBMTP_raw_device_t rawdevice;
74 LIBMTP_error_number_t configure_usb_device(LIBMTP_raw_device_t *device,
libmtp.h 404 typedef struct LIBMTP_raw_device_struct LIBMTP_raw_device_t; /**< @see LIBMTP_raw_device_struct */
740 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
741 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
    [all...]
libmtp.h.in 402 typedef struct LIBMTP_raw_device_struct LIBMTP_raw_device_t; /**< @see LIBMTP_raw_device_struct */
738 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t **, int *);
739 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
libusb-glue.c 583 LIBMTP_error_number_t LIBMTP_Detect_Raw_Devices(LIBMTP_raw_device_t ** devices,
589 LIBMTP_raw_device_t *retdevs;
616 retdevs = (LIBMTP_raw_device_t *) malloc(sizeof(LIBMTP_raw_device_t) * devs);
    [all...]
libmtp.c     [all...]
  /external/libmtp/examples/
detect.c 62 LIBMTP_raw_device_t * rawdevices;

Completed in 34 milliseconds