Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dget_item_attributes.cc102 uint8_t GetItemAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetItemAttributesRequest
126 return (GetNumAttributes() * sizeof(Attribute)) == (size() - kMinSize()); in IsValid()
137 ss << " └ Num Attributes = " << loghex(GetNumAttributes()) << std::endl; in ToString()
Dget_element_attributes_packet.cc29 uint8_t GetElementAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetElementAttributesRequest
53 size_t num_attributes = GetNumAttributes(); in IsValid()
Dget_element_attributes_packet.h50 uint8_t GetNumAttributes() const;
Dget_item_attributes.h72 uint8_t GetNumAttributes()
Dget_folder_items.cc247 uint8_t GetFolderItemsRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetFolderItemsRequest
277 auto attr_count = GetNumAttributes(); in IsValid()
297 ss << " └ Attribute Count = " << loghex(GetNumAttributes()) << std::endl; in ToString()
Dget_folder_items.h90 uint8_t GetNumAttributes() const;
/system/bt/packet/tests/fuzzers/
Dget_folder_items_req_fuzzer.cc43 test_packet->GetNumAttributes(); in LLVMFuzzerTestOneInput()
/system/bt/packet/tests/avrcp/
Dget_item_attributes_packet_test.cc100 ASSERT_EQ(test_packet->GetNumAttributes(), 7); in TEST()
Dget_folder_items_packet_test.cc219 ASSERT_EQ(test_packet->GetNumAttributes(), 1); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc1218 if (pkt->GetNumAttributes() == 0x00) { // All attributes requested in GetVFSListResponse()
1260 if (pkt->GetNumAttributes() == 0x00) { in GetNowPlayingListResponse()