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

  /external/libmtp/examples/
albums.c 26 static void dump_albuminfo(LIBMTP_album_t *album)
73 LIBMTP_album_t *album_list, *album, *tmp;
sendtr.c 92 static int add_track_to_album(LIBMTP_album_t *albuminfo, LIBMTP_track_t *trackmeta)
94 LIBMTP_album_t *album;
95 LIBMTP_album_t *found_album = NULL;
114 LIBMTP_album_t *tmp;
173 LIBMTP_album_t *albuminfo;
albumart.c 132 LIBMTP_album_t *album = LIBMTP_new_album_t();
  /external/libmtp/src/
libmtp.h 411 typedef struct LIBMTP_album_struct LIBMTP_album_t; /**< @see LIBMTP_album_struct */
677 LIBMTP_album_t *next; /**< Next album or NULL if last album */
917 LIBMTP_album_t *LIBMTP_new_album_t(void);
918 void LIBMTP_destroy_album_t(LIBMTP_album_t *);
919 LIBMTP_album_t *LIBMTP_Get_Album_List(LIBMTP_mtpdevice_t *);
920 LIBMTP_album_t *LIBMTP_Get_Album(LIBMTP_mtpdevice_t *, uint32_t const);
921 int LIBMTP_Create_New_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t * const);
922 int LIBMTP_Update_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t const * const);
923 int LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *, LIBMTP_album_t *, const char *);
    [all...]
libmtp.h.in 409 typedef struct LIBMTP_album_struct LIBMTP_album_t; /**< @see LIBMTP_album_struct */
675 LIBMTP_album_t *next; /**< Next album or NULL if last album */
906 LIBMTP_album_t *LIBMTP_new_album_t(void);
907 void LIBMTP_destroy_album_t(LIBMTP_album_t *);
908 LIBMTP_album_t *LIBMTP_Get_Album_List(LIBMTP_mtpdevice_t *);
909 LIBMTP_album_t *LIBMTP_Get_Album(LIBMTP_mtpdevice_t *, uint32_t const);
910 int LIBMTP_Create_New_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t * const);
911 int LIBMTP_Update_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t const * const);
912 int LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *, LIBMTP_album_t *, const char *);
libmtp.c     [all...]

Completed in 33 milliseconds