Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dlist_player_application_setting_values.h40 : VendorPacketBuilder(CType::STABLE, CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES, in ListPlayerApplicationSettingValuesResponseBuilder()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h53 LIST_PLAYER_APPLICATION_SETTING_VALUES = 0x12, enumerator
Davrcp_logging_helper.h71 CASE_RETURN_TEXT(CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES); in CommandPduText()
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc54 CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES,
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1552 auto response = RejectBuilder::MakeBuilder(CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES, in TEST_F()
1568 auto rej_rsp = RejectBuilder::MakeBuilder(CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES, in TEST_F()
1584 auto rej_rsp = RejectBuilder::MakeBuilder(CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES, in TEST_F()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc222 case CommandPdu::LIST_PLAYER_APPLICATION_SETTING_VALUES: { in VendorPacketHandler()