Home
last modified time | relevance | path

Searched refs:mtptype (Results 1 – 1 of 1) sorted by relevance

/external/libmtp/src/
Dlibmtp.c4960 LIBMTP_filetype_t mtptype; in LIBMTP_Get_Tracklisting_With_Callback_For_Storage() local
4966 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Tracklisting_With_Callback_For_Storage()
4972 if (!LIBMTP_FILETYPE_IS_TRACK(mtptype) && in LIBMTP_Get_Tracklisting_With_Callback_For_Storage()
4996 track->filetype = mtptype; in LIBMTP_Get_Tracklisting_With_Callback_For_Storage()
5066 LIBMTP_filetype_t mtptype; in LIBMTP_Get_Trackmetadata() local
5077 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Trackmetadata()
5080 if (!LIBMTP_FILETYPE_IS_TRACK(mtptype) && in LIBMTP_Get_Trackmetadata()
5103 track->filetype = mtptype; in LIBMTP_Get_Trackmetadata()