Home
last modified time | relevance | path

Searched refs:GetRequestedValues (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Dset_player_application_setting_value.cc67 SetPlayerApplicationSettingValueRequest::GetRequestedValues() const { in GetRequestedValues() function in bluetooth::avrcp::SetPlayerApplicationSettingValueRequest
105 auto values_list_ = GetRequestedValues(); in ToString()
Dset_player_application_setting_value.h72 std::vector<uint8_t> GetRequestedValues() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dset_player_application_setting_value_test.cc41 ASSERT_EQ(test_packet->GetRequestedValues(), vals); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc341 set_player_setting_value_request->GetRequestedValues(); in VendorPacketHandler()