Searched refs:attributes_ (Results 1 - 3 of 3) sorted by relevance

/system/bt/include/hardware/avrcp/
H A Davrcp_common.h259 std::set<AttributeEntry> attributes_; member in struct:bluetooth::avrcp::AttributeEntry::MediaElementItem
272 attributes_.insert(val);
288 for (const auto& entry : attributes_) {
/system/bt/packet/avrcp/
H A Dget_folder_items.cc216 AddPayloadOctets1(pkt, (uint8_t)item.attributes_.size());
217 for (const auto& entry : item.attributes_) {
/system/bt/profile/avrcp/
H A Ddevice.cc1012 song_item.attributes_ = std::move(song.attributes);
1014 song_item.attributes_ =
1046 item.attributes_ = std::move(song.attributes);
1048 item.attributes_ =

Completed in 70 milliseconds