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.cc329 case AVRC_PDU_SET_ADDRESSED_PLAYER: /* 0x60 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc803 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.cc1525 case AVRC_PDU_SET_ADDRESSED_PLAYER: { in btif_rc_upstreams_evt()
2150 avrc_rsp.addr_player.pdu = AVRC_PDU_SET_ADDRESSED_PLAYER; in set_addressed_player_rsp()
2151 avrc_rsp.addr_player.opcode = opcode_from_pdu(AVRC_PDU_SET_ADDRESSED_PLAYER); in set_addressed_player_rsp()
4324 case AVRC_PDU_SET_ADDRESSED_PLAYER: in handle_avk_rc_metamsg_rsp()
4760 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