Searched refs:LIBMTP_mtpdevice_t (Results 1 – 25 of 27) sorted by relevance
12
/external/libmtp/src/ |
D | libmtp.h | 407 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 …]
|
D | libmtp.h.in | 405 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 …]
|
D | libmtp.c | 104 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 …]
|
D | playlist-spl.h | 28 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,
|
D | unicode.h | 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*); 37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
|
D | playlist-spl.c | 67 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()
|
D | unicode.c | 78 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/ |
D | playlists.c | 25 static void dump_plinfo(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) in dump_plinfo() 52 LIBMTP_mtpdevice_t *device; in main()
|
D | getplaylist.c | 26 static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) in dump_playlist() 51 LIBMTP_mtpdevice_t *device; in main()
|
D | emptyfolders.c | 25 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()
|
D | trexist.c | 33 LIBMTP_mtpdevice_t *device; in main()
|
D | reset.c | 51 LIBMTP_mtpdevice_t *device; in main()
|
D | format.c | 51 LIBMTP_mtpdevice_t *device; in main()
|
D | newfolder.c | 33 extern LIBMTP_mtpdevice_t *device;
|
D | getfile.c | 34 extern LIBMTP_mtpdevice_t *device;
|
D | sendfile.c | 38 extern LIBMTP_mtpdevice_t *device;
|
D | albums.c | 38 LIBMTP_mtpdevice_t *device_list, *iter; in main()
|
D | newplaylist.c | 39 LIBMTP_mtpdevice_t *device = NULL; in main()
|
D | folders.c | 44 LIBMTP_mtpdevice_t *device, *iter; in main()
|
D | delfile.c | 33 extern LIBMTP_mtpdevice_t *device;
|
D | files.c | 51 LIBMTP_mtpdevice_t *device_list, *iter; in main()
|
D | thumb.c | 46 LIBMTP_mtpdevice_t *device = NULL;
|
D | tracks.c | 84 LIBMTP_mtpdevice_t *device_list, *iter; in main()
|
D | albumart.c | 45 LIBMTP_mtpdevice_t *device = NULL;
|
D | connect.c | 33 LIBMTP_mtpdevice_t *device;
|
12