Home
last modified time | relevance | path

Searched refs:AVRC_PDU_GET_PLAY_STATUS (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/avrc/
H A Davrc_utils.cc47 case AVRC_PDU_GET_PLAY_STATUS: /* 0x30 */ in AVRC_IsValidAvcType()
H A Davrc_bld_ct.cc656 case AVRC_PDU_GET_PLAY_STATUS: in AVRC_BldCommand()
H A Davrc_pars_tg.cc306 case AVRC_PDU_GET_PLAY_STATUS: /* 0x30 */ in avrc_pars_vendor_cmd()
H A Davrc_pars_ct.cc840 case AVRC_PDU_GET_PLAY_STATUS: in avrc_ctrl_pars_vendor_rsp()
H A Davrc_bld_tg.cc1455 case AVRC_PDU_GET_PLAY_STATUS: in AVRC_BldResponse()
/aosp12/system/bt/btif/src/
H A Dbtif_util.cc389 CASE_RETURN_STR(AVRC_PDU_GET_PLAY_STATUS) in dump_rc_pdu()
H A Dbtif_rc.cc1501 case AVRC_PDU_GET_PLAY_STATUS: { in btif_rc_upstreams_evt()
1866 avrc_rsp.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS; in get_play_status_rsp()
1867 avrc_rsp.get_play_status.opcode = opcode_from_pdu(AVRC_PDU_GET_PLAY_STATUS); in get_play_status_rsp()
2926 case AVRC_PDU_GET_PLAY_STATUS: in btif_rc_status_cmd_timeout_handler()
4398 case AVRC_PDU_GET_PLAY_STATUS: in handle_avk_rc_metamsg_rsp()
5126 avrc_cmd.get_play_status.pdu = AVRC_PDU_GET_PLAY_STATUS; in get_play_status_cmd()
/aosp12/system/bt/stack/include/
H A Davrc_defs.h218 AVRC_PDU_GET_PLAY_STATUS = 0x30, enumerator