Home
last modified time | relevance | path

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

/system/bt/packet/tests/avrcp/
Dvendor_packet_test.cc103 std::make_tuple(get_play_status_request, CommandPdu::GET_PLAY_STATUS),
104 std::make_tuple(get_play_status_response, CommandPdu::GET_PLAY_STATUS),
/system/bt/packet/avrcp/
Dget_play_status_packet.h72 : VendorPacketBuilder(CType::STABLE, CommandPdu::GET_PLAY_STATUS, in GetPlayStatusResponseBuilder()
/system/bt/include/hardware/avrcp/
Davrcp_common.h55 GET_PLAY_STATUS = 0x30, enumerator
Davrcp_logging_helper.h74 CASE_RETURN_TEXT(CommandPdu::GET_PLAY_STATUS); in CommandPduText()
/system/bt/profile/avrcp/
Ddevice.cc178 case CommandPdu::GET_PLAY_STATUS: { in VendorPacketHandler()