Home
last modified time | relevance | path

Searched refs:LIBMTP_mtpdevice_t (Results 1 – 25 of 27) sorted by relevance

12

/external/libmtp/src/
Dlibmtp.h407 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see LIBMTP_mtpdevice_struct */ typedef
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 …]
Dlibmtp.h.in405 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see LIBMTP_mtpdevice_struct */ typedef
603 LIBMTP_mtpdevice_t *next;
739 LIBMTP_mtpdevice_t *LIBMTP_Open_Raw_Device(LIBMTP_raw_device_t *);
741 LIBMTP_mtpdevice_t *LIBMTP_Get_First_Device(void);
742 LIBMTP_error_number_t LIBMTP_Get_Connected_Devices(LIBMTP_mtpdevice_t **);
743 uint32_t LIBMTP_Number_Devices_In_List(LIBMTP_mtpdevice_t *);
744 void LIBMTP_Release_Device_List(LIBMTP_mtpdevice_t*);
746 void LIBMTP_Release_Device(LIBMTP_mtpdevice_t*);
747 void LIBMTP_Dump_Device_Info(LIBMTP_mtpdevice_t*);
748 int LIBMTP_Reset_Device(LIBMTP_mtpdevice_t*);
[all …]
Dlibmtp.c104 static void add_error_to_errorstack(LIBMTP_mtpdevice_t *device,
107 static void add_ptp_error_to_errorstack(LIBMTP_mtpdevice_t *device,
110 static void flush_handles(LIBMTP_mtpdevice_t *device);
111 static void get_handles_recursively(LIBMTP_mtpdevice_t *device,
115 static void free_storage_list(LIBMTP_mtpdevice_t *device);
116 static int sort_storage_by(LIBMTP_mtpdevice_t *device, int const sortby);
117 static uint32_t get_writeable_storageid(LIBMTP_mtpdevice_t *device, uint64_t fitsize);
118 static int get_storage_freespace(LIBMTP_mtpdevice_t *device,
121 static int check_if_file_fits(LIBMTP_mtpdevice_t *device,
128 static int get_device_unicode_property(LIBMTP_mtpdevice_t *device,
[all …]
Dplaylist-spl.h28 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi,
30 int playlist_t_to_spl(LIBMTP_mtpdevice_t *device,
32 int update_spl_playlist(LIBMTP_mtpdevice_t *device,
Dunicode.h36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
Dplaylist-spl.c67 static text_t* read_into_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd);
68 static void write_from_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd, text_t* p);
117 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, in spl_to_playlist_t()
181 int playlist_t_to_spl(LIBMTP_mtpdevice_t *device, in playlist_t_to_spl()
262 int update_spl_playlist(LIBMTP_mtpdevice_t *device, in update_spl_playlist()
328 static text_t* read_into_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd) in read_into_spl_text_t()
452 static void write_from_spl_text_t(LIBMTP_mtpdevice_t *device, in write_from_spl_text_t()
Dunicode.c78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8()
111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) in utf8_to_utf16()
/external/libmtp/examples/
Dplaylists.c25 static void dump_plinfo(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) in dump_plinfo()
52 LIBMTP_mtpdevice_t *device; in main()
Dgetplaylist.c26 static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) in dump_playlist()
51 LIBMTP_mtpdevice_t *device; in main()
Demptyfolders.c25 static void prune_empty_folders(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *files, LIBMTP_folder_t *… in prune_empty_folders()
82 LIBMTP_mtpdevice_t *device; in main()
Dtrexist.c33 LIBMTP_mtpdevice_t *device; in main()
Dreset.c51 LIBMTP_mtpdevice_t *device; in main()
Dformat.c51 LIBMTP_mtpdevice_t *device; in main()
Dnewfolder.c33 extern LIBMTP_mtpdevice_t *device;
Dgetfile.c34 extern LIBMTP_mtpdevice_t *device;
Dsendfile.c38 extern LIBMTP_mtpdevice_t *device;
Dalbums.c38 LIBMTP_mtpdevice_t *device_list, *iter; in main()
Dnewplaylist.c39 LIBMTP_mtpdevice_t *device = NULL; in main()
Dfolders.c44 LIBMTP_mtpdevice_t *device, *iter; in main()
Ddelfile.c33 extern LIBMTP_mtpdevice_t *device;
Dfiles.c51 LIBMTP_mtpdevice_t *device_list, *iter; in main()
Dthumb.c46 LIBMTP_mtpdevice_t *device = NULL;
Dtracks.c84 LIBMTP_mtpdevice_t *device_list, *iter; in main()
Dalbumart.c45 LIBMTP_mtpdevice_t *device = NULL;
Dconnect.c33 LIBMTP_mtpdevice_t *device;

12