Home
last modified time | relevance | path

Searched refs:attributes_ (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Dlist_player_application_setting_attributes.cc35 len += attributes_.size() * sizeof(uint8_t); // Attributes size in size()
47 AddPayloadOctets1(pkt, static_cast<uint8_t>(attributes_.size())); in Serialize()
48 for (auto attribute : attributes_) { in Serialize()
Dget_current_player_application_setting_value.cc35 len += attributes_.size() * sizeof(uint8_t); // Attributes in size()
48 AddPayloadOctets1(pkt, (uint8_t)attributes_.size()); in Serialize()
49 for (size_t i = 0; i < attributes_.size(); i++) { in Serialize()
50 AddPayloadOctets1(pkt, (uint8_t)attributes_[i]); in Serialize()
Dlist_player_application_setting_attributes.h39 std::vector<PlayerAttribute> attributes_;
47 attributes_(std::move(attributes)){}; in ListPlayerApplicationSettingAttributesResponseBuilder()
Dget_current_player_application_setting_value.h40 std::vector<PlayerAttribute> attributes_;
49 attributes_(std::move(attributes)), in GetCurrentPlayerApplicationSettingValueResponseBuilder()
Dget_folder_items.cc221 AddPayloadOctets1(pkt, (uint8_t)item.attributes_.size()); in PushMediaElementItem()
222 for (const auto& entry : item.attributes_) { in PushMediaElementItem()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h282 std::set<AttributeEntry> attributes_; member
295 attributes_.insert(val); in MediaElementItem()
311 for (const auto& entry : attributes_) { in size()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1520 song_item.attributes_ = std::move(song.attributes); in GetVFSListResponse()
1522 song_item.attributes_ = in GetVFSListResponse()
1562 item.attributes_ = std::move(song.attributes); in GetNowPlayingListResponse()
1564 item.attributes_ = in GetNowPlayingListResponse()