Searched refs:LIBMTP_Get_Playlist (Results 1 - 5 of 5) sorted by relevance

/external/libmtp/examples/
H A Dgetplaylist.c81 playlist = LIBMTP_Get_Playlist(device,id);
/external/libmtp/src/
H A Dlibmtp.h907 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
H A Dplaylist-spl.c146 // FIXME add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Playlist: Could not get .spl playlist file.");
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
H A Dlibmtp.h.in896 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
H A Dlibmtp.c6881 * @see LIBMTP_Get_Playlist()
6961 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *device, uint32_t const plid) function
7007 add_ptp_error_to_errorstack(device, ret, "LIBMTP_Get_Playlist(): Could not get object references.");

Completed in 236 milliseconds