Home
last modified time | relevance | path

Searched refs:SET_PLAYER_APPLICATION_SETTING_VALUE (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/packet/avrcp/
Dset_player_application_setting_value.h41 CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE, in SetPlayerApplicationSettingValueResponseBuilder()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h56 SET_PLAYER_APPLICATION_SETTING_VALUE = 0x14, enumerator
Davrcp_logging_helper.h74 CASE_RETURN_TEXT(CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE); in CommandPduText()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc2030 CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE, in TEST_F()
2050 CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE, in TEST_F()
2069 CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE, in TEST_F()
2088 CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE, in TEST_F()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc319 case CommandPdu::SET_PLAYER_APPLICATION_SETTING_VALUE: { in VendorPacketHandler()