Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dplay_item.h38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h62 PLAY_ITEM = 0x74, enumerator
Davrcp_logging_helper.h80 CASE_RETURN_TEXT(CommandPdu::PLAY_ITEM); in CommandPduText()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc205 case CommandPdu::PLAY_ITEM: { in VendorPacketHandler()
959 auto response = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, in HandlePlayItem()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc2161 auto rsp = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, Status::INVALID_PARAMETER); in TEST_F()