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.cc630 case AVRC_PDU_GET_ELEMENT_ATTR: in AVRC_BldCommand()
Davrc_pars_tg.cc273 case AVRC_PDU_GET_ELEMENT_ATTR: /* 0x20 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc753 case AVRC_PDU_GET_ELEMENT_ATTR: { in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1452 case AVRC_PDU_GET_ELEMENT_ATTR: in AVRC_BldResponse()
/system/bt/btif/src/
Dbtif_util.cc396 CASE_RETURN_STR(AVRC_PDU_GET_ELEMENT_ATTR) in dump_rc_pdu()
Dbtif_rc.cc1438 case AVRC_PDU_GET_ELEMENT_ATTR: { in btif_rc_upstreams_evt()
1859 avrc_rsp.get_attrs.pdu = AVRC_PDU_GET_ELEMENT_ATTR; in get_element_attr_rsp()
1860 avrc_rsp.get_attrs.opcode = opcode_from_pdu(AVRC_PDU_GET_ELEMENT_ATTR); in get_element_attr_rsp()
2845 case AVRC_PDU_GET_ELEMENT_ATTR: in btif_rc_status_cmd_timeout_handler()
4257 case AVRC_PDU_GET_ELEMENT_ATTR: in handle_avk_rc_metamsg_rsp()
4963 avrc_cmd.get_elem_attrs.pdu = AVRC_PDU_GET_ELEMENT_ATTR; in get_element_attribute_cmd()
/system/bt/stack/include/
Davrc_defs.h216 #define AVRC_PDU_GET_ELEMENT_ATTR 0x20 macro