Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibmtp.c4476 LIBMTP_filetype_t mtptype; in LIBMTP_Get_Tracklisting_With_Callback() local
4482 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Tracklisting_With_Callback()
4488 if (!LIBMTP_FILETYPE_IS_TRACK(mtptype) && in LIBMTP_Get_Tracklisting_With_Callback()
4508 track->filetype = mtptype; in LIBMTP_Get_Tracklisting_With_Callback()
4579 LIBMTP_filetype_t mtptype; in LIBMTP_Get_Trackmetadata() local
4590 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Trackmetadata()
4593 if (!LIBMTP_FILETYPE_IS_TRACK(mtptype) && in LIBMTP_Get_Trackmetadata()
4616 track->filetype = mtptype; in LIBMTP_Get_Trackmetadata()