Home
last modified time | relevance | path

Searched refs:AVRC_RSP_INTERIM (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/av/
Dbta_av_cfg.cc238 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
253 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
Dbta_av_act.cc435 } else if ((p_bta_av_cfg->rc_pass_rsp == AVRC_RSP_INTERIM) && in bta_av_op_supported()
438 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported()
898 if (p_data->rc_msg.msg.hdr.ctype != AVRC_RSP_INTERIM) in bta_av_rc_msg()
904 p_data->rc_msg.msg.hdr.ctype == AVRC_RSP_INTERIM) { in bta_av_rc_msg()
/system/bt/stack/avrc/
Davrc_utils.cc76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
Davrc_pars_ct.cc116 AVRC_RSP_INTERIM == p_msg->hdr.ctype || in avrc_pars_vendor_rsp()
/system/bt/btif/src/
Dbtif_rc.cc1142 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()
1287 if (code == AVRC_CMD_NOTIF) return AVRC_RSP_INTERIM; in get_rsp_type_code()
1341 ((code == AVRC_RSP_CHANGED) || (code == AVRC_RSP_INTERIM))) { in send_metamsg_rsp()
2714 AVRC_RSP_INTERIM == pmeta_msg->code || in handle_rc_metamsg_rsp()
3253 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_notification_response()
4342 (pmeta_msg->code <= AVRC_RSP_INTERIM)) { in handle_avk_rc_metamsg_rsp()
4350 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_avk_rc_metamsg_rsp()
5202 ? AVRC_RSP_INTERIM in volume_change_notification_rsp()
/system/bt/stack/include/
Davrc_defs.h86 #define AVRC_RSP_INTERIM \ macro