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

/external/libmtp/src/
H A Dlibmtp.h408 typedef struct LIBMTP_file_struct LIBMTP_file_t; /**< @see LIBMTP_file_struct */ typedef in typeref:struct:LIBMTP_file_struct
619 LIBMTP_file_t *next; /**< Next file in list or NULL if last file */
812 LIBMTP_file_t *LIBMTP_new_file_t(void);
813 void LIBMTP_destroy_file_t(LIBMTP_file_t*);
815 LIBMTP_file_t *LIBMTP_Get_Filelisting(LIBMTP_mtpdevice_t *);
816 LIBMTP_file_t *LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *,
818 LIBMTP_file_t *LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *, uint32_t const);
826 LIBMTP_file_t * const, LIBMTP_progressfunc_t const,
829 LIBMTP_file_t * const, LIBMTP_progressfunc_t const,
832 LIBMTP_file_t * cons
[all...]

Completed in 107 milliseconds