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.cc651 case AVRC_PDU_SET_ADDRESSED_PLAYER: in AVRC_BldCommand()
Davrc_pars_tg.cc332 case AVRC_PDU_SET_ADDRESSED_PLAYER: /* 0x60 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc812 case AVRC_PDU_SET_ADDRESSED_PLAYER: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1472 case AVRC_PDU_SET_ADDRESSED_PLAYER: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc402 CASE_RETURN_STR(AVRC_PDU_SET_ADDRESSED_PLAYER) in dump_rc_pdu()
Dbtif_rc.cc1521 case AVRC_PDU_SET_ADDRESSED_PLAYER: { in btif_rc_upstreams_evt()
2146 avrc_rsp.addr_player.pdu = AVRC_PDU_SET_ADDRESSED_PLAYER; in set_addressed_player_rsp()
2147 avrc_rsp.addr_player.opcode = opcode_from_pdu(AVRC_PDU_SET_ADDRESSED_PLAYER); in set_addressed_player_rsp()
4266 case AVRC_PDU_SET_ADDRESSED_PLAYER: in handle_avk_rc_metamsg_rsp()
4702 avrc_cmd.addr_player.pdu = AVRC_PDU_SET_ADDRESSED_PLAYER; in set_addressed_player_cmd()
/system/bt/stack/include/
Davrc_defs.h223 #define AVRC_PDU_SET_ADDRESSED_PLAYER 0x60 macro