Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Dplay_item.h38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
/system/bt/include/hardware/avrcp/
Davrcp_common.h59 PLAY_ITEM = 0x74, enumerator
Davrcp_logging_helper.h78 CASE_RETURN_TEXT(CommandPdu::PLAY_ITEM); in CommandPduText()
/system/bt/profile/avrcp/
Ddevice.cc152 case CommandPdu::PLAY_ITEM: { in VendorPacketHandler()
710 auto response = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, in HandlePlayItem()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc1403 auto rsp = RejectBuilder::MakeBuilder(CommandPdu::PLAY_ITEM, Status::INVALID_PARAMETER); in TEST_F()