Lines Matching refs:get_string_from_object
173 static char *get_string_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
1204 return get_string_from_object(device, object_id, attribute_id); in LIBMTP_Get_String_From_Object()
1338 static char *get_string_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, in get_string_from_object() function
4780 track->title = get_string_from_object(device, track->item_id, PTP_OPC_Name); in get_track_metadata()
4783 track->artist = get_string_from_object(device, track->item_id, PTP_OPC_Artist); in get_track_metadata()
4786 track->composer = get_string_from_object(device, track->item_id, PTP_OPC_Composer); in get_track_metadata()
4795 track->genre = get_string_from_object(device, track->item_id, PTP_OPC_Genre); in get_track_metadata()
4798 track->album = get_string_from_object(device, track->item_id, PTP_OPC_AlbumName); in get_track_metadata()
4801 track->date = get_string_from_object(device, track->item_id, PTP_OPC_OriginalReleaseDate); in get_track_metadata()
7537 pl->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);
7612 pl->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);
8421 alb->name = get_string_from_object(device, ob->oid, PTP_OPC_Name);
8426 alb->artist = get_string_from_object(device, ob->oid, PTP_OPC_AlbumArtist);
8430 alb->artist = get_string_from_object(device, ob->oid, PTP_OPC_Artist);
8433 alb->composer = get_string_from_object(device, ob->oid, PTP_OPC_Composer);
8436 alb->genre = get_string_from_object(device, ob->oid, PTP_OPC_Genre);