Searched defs:no_tracks (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.c165 uint32_t const no_tracks);
174 uint32_t const no_tracks);
6833 new->no_tracks = 0;
6917 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
6922 pl->no_tracks = 0;
6992 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
6996 pl->no_tracks = 0;
7019 * @param no_tracks the number of tracks in the list.
7033 uint32_t const no_tracks)
7316 if (no_tracks >
7022 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument
7344 update_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const objecthandle, uint16_t const objectformat, uint32_t const * const tracks, uint32_t const no_tracks) argument
[all...]
H A Dlibmtp.h659 uint32_t no_tracks; /**< The number of tracks in this playlist */ member in struct:LIBMTP_playlist_struct
675 uint32_t no_tracks; /**< The number of tracks in this album */ member in struct:LIBMTP_album_struct

Completed in 114 milliseconds