Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.cc31 uint8_t GetElementAttributesRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetElementAttributesRequest
55 size_t num_attributes = GetNumAttributes(); in IsValid()
Dget_folder_items.cc252 uint8_t GetFolderItemsRequest::GetNumAttributes() const { in GetNumAttributes() function in bluetooth::avrcp::GetFolderItemsRequest
282 auto attr_count = GetNumAttributes(); in IsValid()
302 ss << " └ Attribute Count = " << loghex(GetNumAttributes()) << std::endl; in ToString()
Dget_element_attributes_packet.h52 uint8_t GetNumAttributes() const;
Dget_item_attributes.h92 uint8_t GetNumAttributes()
Dget_folder_items.h90 uint8_t GetNumAttributes() const;
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_folder_items_req_fuzzer.cc43 test_packet->GetNumAttributes(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_item_attributes_packet_test.cc100 ASSERT_EQ(test_packet->GetNumAttributes(), 7); in TEST()
Dget_folder_items_packet_test.cc234 ASSERT_EQ(test_packet->GetNumAttributes(), 1); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1519 if (pkt->GetNumAttributes() == 0x00) { // All attributes requested in GetVFSListResponse()
1561 if (pkt->GetNumAttributes() == 0x00) { in GetNowPlayingListResponse()