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

/external/libmtp/src/
H A Dlibmtp.h407 typedef struct LIBMTP_file_struct LIBMTP_file_t; /**< @see LIBMTP_file_struct */ typedef in typeref:struct:LIBMTP_file_struct
618 LIBMTP_file_t *next; /**< Next file in list or NULL if last file */
811 LIBMTP_file_t *LIBMTP_new_file_t(void);
812 void LIBMTP_destroy_file_t(LIBMTP_file_t*);
814 LIBMTP_file_t *LIBMTP_Get_Filelisting(LIBMTP_mtpdevice_t *);
815 LIBMTP_file_t *LIBMTP_Get_Filelisting_With_Callback(LIBMTP_mtpdevice_t *,
817 LIBMTP_file_t *LIBMTP_Get_Filemetadata(LIBMTP_mtpdevice_t *, uint32_t const);
825 LIBMTP_file_t * const, LIBMTP_progressfunc_t const,
828 LIBMTP_file_t * const, LIBMTP_progressfunc_t const,
831 LIBMTP_file_t * cons
[all...]

Completed in 82 milliseconds