/external/libmtp/src/ |
unicode.h | 36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*); 37 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t*, const char*);
|
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,
|
libmtp.h | 407 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see 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...] |
libmtp.h.in | 405 typedef struct LIBMTP_mtpdevice_struct LIBMTP_mtpdevice_t; /**< @see LIBMTP_mtpdevice_struct */ 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...] |
unicode.c | 78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) 111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr)
|
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...] |
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, 181 int playlist_t_to_spl(LIBMTP_mtpdevice_t *device, 262 int update_spl_playlist(LIBMTP_mtpdevice_t *device, 328 static text_t* read_into_spl_text_t(LIBMTP_mtpdevice_t *device, const int fd) 452 static void write_from_spl_text_t(LIBMTP_mtpdevice_t *device,
|
/external/libmtp/examples/ |
format.c | 51 LIBMTP_mtpdevice_t *device;
|
reset.c | 51 LIBMTP_mtpdevice_t *device;
|
trexist.c | 33 LIBMTP_mtpdevice_t *device;
|
emptyfolders.c | 25 static void prune_empty_folders(LIBMTP_mtpdevice_t *device, LIBMTP_file_t *files, LIBMTP_folder_t *folderlist, int do_delete) 82 LIBMTP_mtpdevice_t *device;
|
getplaylist.c | 26 static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) 51 LIBMTP_mtpdevice_t *device;
|
playlists.c | 25 static void dump_plinfo(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl) 52 LIBMTP_mtpdevice_t *device;
|
getfile.c | 34 extern LIBMTP_mtpdevice_t *device;
|
newfolder.c | 33 extern LIBMTP_mtpdevice_t *device;
|
albums.c | 38 LIBMTP_mtpdevice_t *device_list, *iter;
|
delfile.c | 33 extern LIBMTP_mtpdevice_t *device;
|
files.c | 51 LIBMTP_mtpdevice_t *device_list, *iter;
|
folders.c | 44 LIBMTP_mtpdevice_t *device, *iter;
|
newplaylist.c | 39 LIBMTP_mtpdevice_t *device = NULL;
|
sendfile.c | 38 extern LIBMTP_mtpdevice_t *device;
|
thumb.c | 46 LIBMTP_mtpdevice_t *device = NULL;
|
albumart.c | 45 LIBMTP_mtpdevice_t *device = NULL;
|
connect.c | 33 LIBMTP_mtpdevice_t *device;
|
tracks.c | 84 LIBMTP_mtpdevice_t *device_list, *iter;
|