HomeSort by relevance Sort by last modified time
    Searched refs:LIBMTP_filetype_t (Results 1 - 5 of 5) sorted by null

  /external/libmtp/examples/
pathutils.h 24 LIBMTP_filetype_t find_filetype (const char *);
pathutils.c 129 LIBMTP_filetype_t
133 LIBMTP_filetype_t filetype;
  /external/libmtp/src/
libmtp.h 113 } LIBMTP_filetype_t;
618 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */
647 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */
699 LIBMTP_filetype_t filetype; /**< Filetype used for the sample */
802 LIBMTP_filetype_t const);
804 LIBMTP_filetype_t const, LIBMTP_allowed_values_t*);
814 char const * LIBMTP_Get_Filetype_Description(LIBMTP_filetype_t);
837 LIBMTP_filetype_t const,
    [all...]
libmtp.h.in 111 } LIBMTP_filetype_t;
616 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */
645 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */
697 LIBMTP_filetype_t filetype; /**< Filetype used for the sample */
797 LIBMTP_filetype_t const);
799 LIBMTP_filetype_t const, LIBMTP_allowed_values_t*);
809 char const * LIBMTP_Get_Filetype_Description(LIBMTP_filetype_t);
832 LIBMTP_filetype_t const,
libmtp.c 70 LIBMTP_filetype_t id; /**< LIBMTP internal type for the file type */
98 static int register_filetype(char const * const description, LIBMTP_filetype_t const id,
124 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype);
125 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype);
270 static int register_filetype(char const * const description, LIBMTP_filetype_t const id,
374 static uint16_t map_libmtp_type_to_ptp_type(LIBMTP_filetype_t intype)
397 static LIBMTP_filetype_t map_ptp_type_to_libmtp_type(uint16_t intype)
    [all...]

Completed in 42 milliseconds