Searched defs:LIBMTP_mtpdevice_t (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.h407 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see LIBMTP_mtpdevice_struct */ typedef in typeref:struct:LIBMTP_mtpdevice_struct
605 LIBMTP_mtpdevice_t *next;
741 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
743 LIBMTP_mtpdevice_t *LIBMTP_Get_First_Device(void);
744 LIBMTP_error_number_t LIBMTP_Get_Connected_Devices(LIBMTP_mtpdevice_t **);
745 uint32_t LIBMTP_Number_Devices_In_List(LIBMTP_mtpdevice_t *);
746 void LIBMTP_Release_Device_List(LIBMTP_mtpdevice_t*);
748 void LIBMTP_Release_Device(LIBMTP_mtpdevice_t*);
749 void LIBMTP_Dump_Device_Info(LIBMTP_mtpdevice_t*);
750 int LIBMTP_Reset_Device(LIBMTP_mtpdevice_t*);
[all...]

Completed in 352 milliseconds