Home
last modified time | relevance | path

Searched refs:GetAttributesRequested (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Dget_element_attributes_packet.cc36 std::vector<Attribute> GetElementAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetElementAttributesRequest
76 auto attr_list = GetAttributesRequested(); in ToString()
Dget_item_attributes.cc107 std::vector<Attribute> GetItemAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetItemAttributesRequest
139 auto attr_list = GetAttributesRequested(); in ToString()
Dget_element_attributes_packet.h53 std::vector<Attribute> GetAttributesRequested() const;
Dget_item_attributes.h94 std::vector<Attribute> GetAttributesRequested() const;
Dget_folder_items.h91 std::vector<Attribute> GetAttributesRequested() const;
Dget_folder_items.cc257 std::vector<Attribute> GetFolderItemsRequest::GetAttributesRequested() const { in GetAttributesRequested() function in bluetooth::avrcp::GetFolderItemsRequest
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc35 auto attribute_list = test_packet->GetAttributesRequested(); in TEST()
46 attribute_list = test_packet->GetAttributesRequested(); in TEST()
Dget_item_attributes_packet_test.cc108 ASSERT_EQ(test_packet->GetAttributesRequested(), attrs_requested); in TEST()
Dget_folder_items_packet_test.cc237 ASSERT_EQ(test_packet->GetAttributesRequested(), attribute_list); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc828 get_element_attributes_pkt->GetAttributesRequested(); in GetElementAttributesResponse()
1337 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse()
1389 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse()
1523 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetVFSListResponse()
1565 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetNowPlayingListResponse()