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

/external/libmtp/examples/
H A Dsendtr.c141 uint32_t *trackid; local
143 trackid = (uint32_t *)malloc(sizeof(uint32_t));
144 *trackid = trackmeta->item_id;
145 albuminfo->tracks = trackid;
/external/libmtp/src/
H A Dlibmtp.c4311 * @param trackid the unique ID of the track.
4569 * @param trackid the object ID of the track that you want the metadata for.
4573 LIBMTP_track_t *LIBMTP_Get_Trackmetadata(LIBMTP_mtpdevice_t *device, uint32_t const trackid) argument
4586 ret = ptp_object_want (params, trackid, PTPOBJECT_OBJECTINFO_LOADED, &ob);

Completed in 105 milliseconds