Searched refs:songInfo_ (Results 1 – 1 of 1) sorted by relevance
40 cb.Run(songInfo_); in GetSongInfo()93 songInfo_.attributes.clear(); in SetMetadata()95 songInfo_.media_id = title; in SetMetadata()96 …if (title.length()) songInfo_.attributes.emplace(avrcp::AttributeEntry(avrcp::Attribute::TITLE, ti… in SetMetadata()97 …if (artist.length()) songInfo_.attributes.emplace(avrcp::AttributeEntry(avrcp::Attribute::ARTIST_N… in SetMetadata()98 …if (album.length()) songInfo_.attributes.emplace(avrcp::AttributeEntry(avrcp::Attribute::ALBUM_NAM… in SetMetadata()105 nowPlayingList_.emplace_back(songInfo_); in SetMetadata()106 currentSongId_ = songInfo_.media_id; in SetMetadata()131 SongInfo songInfo_; member in bluetooth::avrcp::AvrcpMediaInterfaceImpl