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

  /external/libmtp/src/
playlist-spl.h 29 const uint32_t id, LIBMTP_playlist_t * const pl);
31 LIBMTP_playlist_t * const metadata);
33 LIBMTP_playlist_t * const newlist);
libmtp.h 410 typedef struct LIBMTP_playlist_struct LIBMTP_playlist_t; /**< @see LIBMTP_playlist_struct */
661 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */
904 LIBMTP_playlist_t *LIBMTP_new_playlist_t(void);
905 void LIBMTP_destroy_playlist_t(LIBMTP_playlist_t *);
906 LIBMTP_playlist_t *LIBMTP_Get_Playlist_List(LIBMTP_mtpdevice_t *);
907 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
908 int LIBMTP_Create_New_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
909 int LIBMTP_Update_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
910 int LIBMTP_Set_Playlist_Name(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t *, const char *);
    [all...]
libmtp.h.in 408 typedef struct LIBMTP_playlist_struct LIBMTP_playlist_t; /**< @see LIBMTP_playlist_struct */
659 LIBMTP_playlist_t *next; /**< Next playlist or NULL if last playlist */
893 LIBMTP_playlist_t *LIBMTP_new_playlist_t(void);
894 void LIBMTP_destroy_playlist_t(LIBMTP_playlist_t *);
895 LIBMTP_playlist_t *LIBMTP_Get_Playlist_List(LIBMTP_mtpdevice_t *);
896 LIBMTP_playlist_t *LIBMTP_Get_Playlist(LIBMTP_mtpdevice_t *, uint32_t const);
897 int LIBMTP_Create_New_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
898 int LIBMTP_Update_Playlist(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t * const);
899 int LIBMTP_Set_Playlist_Name(LIBMTP_mtpdevice_t *, LIBMTP_playlist_t *, const char *);
playlist-spl.c 114 * @param pl the LIBMTP_playlist_t pointer to be filled with info from id
118 const uint32_t id, LIBMTP_playlist_t * const pl)
177 * @param pl the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
182 LIBMTP_playlist_t * const pl)
258 * @param new the LIBMTP_playlist_t to convert (pl->playlist_id will be updated
263 LIBMTP_playlist_t * const newlist)
268 LIBMTP_playlist_t * old = LIBMTP_Get_Playlist(device, newlist->playlist_id);
libmtp.c     [all...]
  /external/libmtp/examples/
playlists.c 25 static void dump_plinfo(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl)
53 LIBMTP_playlist_t *playlists;
69 LIBMTP_playlist_t *pl, *tmp;
getplaylist.c 26 static uint32_t dump_playlist(LIBMTP_mtpdevice_t *device, LIBMTP_playlist_t *pl)
52 LIBMTP_playlist_t *playlist;
newplaylist.c 89 LIBMTP_playlist_t *playlist = LIBMTP_new_playlist_t();

Completed in 336 milliseconds