Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc46 case AVRC_PDU_GET_ELEMENT_ATTR: /* 0x20 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc647 case AVRC_PDU_GET_ELEMENT_ATTR: in AVRC_BldCommand()
Davrc_pars_tg.cc289 case AVRC_PDU_GET_ELEMENT_ATTR: /* 0x20 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc784 case AVRC_PDU_GET_ELEMENT_ATTR: { in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1451 case AVRC_PDU_GET_ELEMENT_ATTR: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc387 CASE_RETURN_STR(AVRC_PDU_GET_ELEMENT_ATTR) in dump_rc_pdu()
Dbtif_rc.cc1515 case AVRC_PDU_GET_ELEMENT_ATTR: { in btif_rc_upstreams_evt()
1929 avrc_rsp.get_attrs.pdu = AVRC_PDU_GET_ELEMENT_ATTR; in get_element_attr_rsp()
1930 avrc_rsp.get_attrs.opcode = opcode_from_pdu(AVRC_PDU_GET_ELEMENT_ATTR); in get_element_attr_rsp()
2921 case AVRC_PDU_GET_ELEMENT_ATTR: in btif_rc_status_cmd_timeout_handler()
4394 case AVRC_PDU_GET_ELEMENT_ATTR: in handle_avk_rc_metamsg_rsp()
5103 avrc_cmd.get_elem_attrs.pdu = AVRC_PDU_GET_ELEMENT_ATTR; in get_element_attribute_cmd()
/system/bt/stack/include/
Davrc_defs.h217 AVRC_PDU_GET_ELEMENT_ATTR = 0x20, enumerator