Home
last modified time | relevance | path

Searched refs:GetNumberOfRequestedAttributes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Dset_player_application_setting_value.cc46 SetPlayerApplicationSettingValueRequest::GetNumberOfRequestedAttributes() in GetNumberOfRequestedAttributes() function in bluetooth::avrcp::SetPlayerApplicationSettingValueRequest
84 size_t num_of_attrs = GetNumberOfRequestedAttributes(); in IsValid()
101 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) in ToString()
Dget_current_player_application_setting_value.cc58 GetCurrentPlayerApplicationSettingValueRequest::GetNumberOfRequestedAttributes() in GetNumberOfRequestedAttributes() function in bluetooth::avrcp::GetCurrentPlayerApplicationSettingValueRequest
79 size_t num_attributes = GetNumberOfRequestedAttributes(); in IsValid()
96 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) in ToString()
Dset_player_application_setting_value.h70 uint8_t GetNumberOfRequestedAttributes() const;
Dget_current_player_application_setting_value.h77 uint8_t GetNumberOfRequestedAttributes() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_current_player_application_setting_value_test.cc40 ASSERT_EQ(test_packet->GetNumberOfRequestedAttributes(), 2); in TEST()
Dset_player_application_setting_value_test.cc39 ASSERT_EQ(test_packet->GetNumberOfRequestedAttributes(), 2); in TEST()