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);
6846 new->no_tracks = 0;
6930 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
6935 pl->no_tracks = 0;
7005 ret = ptp_mtp_getobjectreferences(params, pl->playlist_id, &pl->tracks, &pl->no_tracks);
7009 pl->no_tracks = 0;
7032 * @param no_tracks the number of tracks in the list.
7046 uint32_t const no_tracks)
7329 if (no_tracks >
7035 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
7357 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.h660 uint32_t no_tracks; /**< The number of tracks in this playlist */ member in struct:LIBMTP_playlist_struct
676 uint32_t no_tracks; /**< The number of tracks in this album */ member in struct:LIBMTP_album_struct

Completed in 1985 milliseconds