Home
last modified time | relevance | path

Searched refs:AVRC_RSP_NOT_IMPL (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.cc37 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()
76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
Davrc_pars_ct.cc118 AVRC_RSP_NOT_IMPL == p_msg->hdr.ctype)) { in avrc_pars_vendor_rsp()
Davrc_api.cc1117 if (ctype >= AVRC_RSP_NOT_IMPL) cr = AVCT_RSP; in AVRC_MsgReq()
/system/bt/bta/av/
Dbta_av_cfg.cc38 #define BTA_AV_RC_PASS_RSP_CODE AVRC_RSP_NOT_IMPL
Dbta_av_act.cc390 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported()
424 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported()
782 p_vendor->hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_proc_meta_cmd()
878 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()
913 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()
960 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()
977 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()
/system/bt/btif/src/
Dbtif_rc.cc910 if (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) { in handle_rc_metamsg_cmd()
1063 if ((p_data->meta_msg.code >= AVRC_RSP_NOT_IMPL) && in btif_rc_handler()
1208 if (code < AVRC_RSP_NOT_IMPL) { in get_rsp_type_code()
2635 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()
2669 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()
4211 (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) && in handle_avk_rc_metamsg_rsp()
/system/bt/stack/include/
Davrc_defs.h63 #define AVRC_RSP_NOT_IMPL \ macro