Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dlist_player_application_setting_values.cc55 ListPlayerApplicationSettingValuesRequest::GetRequestedAttribute() const { in GetRequestedAttribute() function in bluetooth::avrcp::ListPlayerApplicationSettingValuesRequest
76 ss << " └ Player Setting Attribute = " << GetRequestedAttribute() in ToString()
Dlist_player_application_setting_values.h71 PlayerAttribute GetRequestedAttribute() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dlist_player_application_setting_values_test.cc38 ASSERT_EQ(test_packet->GetRequestedAttribute(), PlayerAttribute::REPEAT); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc264 list_player_setting_values_request->GetRequestedAttribute(); in VendorPacketHandler()