Searched refs:LIBMTP_PLST_DEBUG (Results 1 – 2 of 2) sorted by relevance
/external/libmtp/src/ |
D | playlist-spl.c | 49 #define LIBMTP_PLST_DEBUG(format, args...) \ macro 133 LIBMTP_PLST_DEBUG("pl->name='%s'\n", pl->name); in spl_to_playlist_t() 163 LIBMTP_PLST_DEBUG("%u track%s found\n", pl->no_tracks, pl->no_tracks==1?"":"s"); in spl_to_playlist_t() 170 LIBMTP_PLST_DEBUG("------------\n\n"); in spl_to_playlist_t() 193 LIBMTP_PLST_DEBUG("pl->name='%s'\n",pl->name); in playlist_t_to_spl() 212 LIBMTP_PLST_DEBUG("%u track%s\n", pl->no_tracks, pl->no_tracks==1?"":"s"); in playlist_t_to_spl() 213 LIBMTP_PLST_DEBUG(".spl version %d.%02d\n", ver_major, ver_minor); in playlist_t_to_spl() 232 LIBMTP_PLST_DEBUG("%s is %dB\n", f->filename, (int)f->filesize); in playlist_t_to_spl() 244 LIBMTP_PLST_DEBUG("------------\n\n"); in playlist_t_to_spl() 266 LIBMTP_PLST_DEBUG("pl->name='%s'\n",newlist->name); in update_spl_playlist() [all …]
|
/external/libmtp/ |
D | ChangeLog | 181 * src/playlist-spl.c : Add LIBMTP_PLST_DEBUG macro.
|