Home
last modified time | relevance | path

Searched refs:LIBMTP_device_entry_t (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/examples/
Dhotplug.c48 LIBMTP_device_entry_t *entries; in main()
117 LIBMTP_device_entry_t * entry = &entries[i]; in main()
188 LIBMTP_device_entry_t * entry = &entries[i]; in main()
/external/libmtp/src/
Dlibmtp.h403 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_stru… typedef
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);
Dlibusb-glue.c94 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) in LIBMTP_Get_Supported_Devices_List()
137 *devices = (LIBMTP_device_entry_t *) &mtp_device_table; in LIBMTP_Get_Supported_Devices_List()
Dlibmtp.h.in401 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_stru… typedef
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);