Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc64 case AVRC_PDU_SET_ADDRESSED_PLAYER: /* 0x60 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc671 case AVRC_PDU_SET_ADDRESSED_PLAYER: in AVRC_BldCommand()
Davrc_pars_tg.cc355 case AVRC_PDU_SET_ADDRESSED_PLAYER: /* 0x60 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc843 case AVRC_PDU_SET_ADDRESSED_PLAYER: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1471 case AVRC_PDU_SET_ADDRESSED_PLAYER: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc393 CASE_RETURN_STR(AVRC_PDU_SET_ADDRESSED_PLAYER) in dump_rc_pdu()
Dbtif_rc.cc1597 case AVRC_PDU_SET_ADDRESSED_PLAYER: { in btif_rc_upstreams_evt()
2216 avrc_rsp.addr_player.pdu = AVRC_PDU_SET_ADDRESSED_PLAYER; in set_addressed_player_rsp()
2217 avrc_rsp.addr_player.opcode = opcode_from_pdu(AVRC_PDU_SET_ADDRESSED_PLAYER); in set_addressed_player_rsp()
4403 case AVRC_PDU_SET_ADDRESSED_PLAYER: in handle_avk_rc_metamsg_rsp()
4852 avrc_cmd.addr_player.pdu = AVRC_PDU_SET_ADDRESSED_PLAYER; in set_addressed_player_cmd()
/system/bt/stack/include/
Davrc_defs.h224 AVRC_PDU_SET_ADDRESSED_PLAYER = 0x60, enumerator