Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dget_element_attributes_packet.cc34 std::vector<Attribute> GetElementAttributesRequest::GetAttributesRequested() in GetAttributesRequested() function in bluetooth::avrcp::GetElementAttributesRequest
74 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.h51 std::vector<Attribute> GetAttributesRequested() const;
Dget_item_attributes.h74 std::vector<Attribute> GetAttributesRequested() const;
Dget_folder_items.h91 std::vector<Attribute> GetAttributesRequested() const;
Dget_folder_items.cc252 std::vector<Attribute> GetFolderItemsRequest::GetAttributesRequested() const { in GetAttributesRequested() function in bluetooth::avrcp::GetFolderItemsRequest
/system/bt/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.cc222 ASSERT_EQ(test_packet->GetAttributesRequested(), attribute_list); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc611 get_element_attributes_pkt->GetAttributesRequested(); in GetElementAttributesResponse()
1038 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesNowPlayingResponse()
1088 auto attributes_requested = pkt->GetAttributesRequested(); in GetItemAttributesVFSResponse()
1222 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetVFSListResponse()
1264 filter_attributes_requested(song, pkt->GetAttributesRequested()); in GetNowPlayingListResponse()