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

/external/libmtp/examples/
H A Dhotplug.c48 LIBMTP_device_entry_t *entries;
117 LIBMTP_device_entry_t * entry = &entries[i];
188 LIBMTP_device_entry_t * entry = &entries[i];
/external/libmtp/src/
H A Dlibmtp.h402 typedef struct LIBMTP_device_entry_struct LIBMTP_device_entry_t; /**< @see LIBMTP_device_entry_struct */ typedef in typeref:struct:LIBMTP_device_entry_struct
488 LIBMTP_device_entry_t device_entry; /**< The device entry for this raw device */
733 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const, int * const);
H A Dlibmtp.h.in401 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);
H A Dlibusb-glue.c92 static const LIBMTP_device_entry_t mtp_device_table[] = {
96 static const int mtp_device_table_size = sizeof(mtp_device_table) / sizeof(LIBMTP_device_entry_t);
133 int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const devices, int * const numdevs)
135 *devices = (LIBMTP_device_entry_t *) &mtp_device_table;

Completed in 332 milliseconds