Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/packet/avrcp/
Dplay_item.h37 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, PacketType::SINGLE), in PlayItemResponseBuilder()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h61 PLAY_ITEM = 0x74, enumerator
Davrcp_logging_helper.h79 CASE_RETURN_TEXT(CommandPdu::PLAY_ITEM); in CommandPduText()
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc65 CommandPdu::PLAY_ITEM};
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc195 case CommandPdu::PLAY_ITEM: { in VendorPacketHandler()
917 auto response = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, Status::DOES_NOT_EXIST); in HandlePlayItem()
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1808 auto rsp = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, Status::INVALID_PARAMETER); in TEST_F()