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

  /external/libmtp/examples/
hotplug.c 48 LIBMTP_device_entry_t *entries;
117 LIBMTP_device_entry_t * entry = &entries[i];
188 LIBMTP_device_entry_t * entry = &entries[i];
  /external/libmtp/src/
libmtp.h 403 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_struct */
489 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */
734 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const, int * const);
    [all...]
libmtp.h.in 401 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_struct */
487 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */
732 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const, int * const);
libusb-glue.c 94 static const LIBMTP_device_entry_t mtp_device_table[] = {
98 static const int mtp_device_table_size = sizeof(mtp_device_table) / sizeof(LIBMTP_device_entry_t);
135 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const devices, int * const numdevs)
137 *devices = (LIBMTP_device_entry_t *) &mtp_device_table;
    [all...]

Completed in 58 milliseconds