Searched refs:use_rc (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/av/
H A Dbta_av_api.cc154 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc, argument
162 p_buf->use_rc = use_rc;
H A Dbta_av_aact.cc346 APPL_TRACE_DEBUG("%s: rc_handle:%d, use_rc: %d", __func__, p_scb->rc_handle,
347 p_scb->use_rc);
351 (p_scb->use_rc == true || (p_scb->role & BTA_AV_ROLE_AD_ACP))) {
907 APPL_TRACE_DEBUG("%s: use_rc: %d rs:%d, oc:%d", __func__,
908 p_data->api_open.use_rc, p_data->api_open.switch_res,
974 p_scb->use_rc = p_data->api_open.use_rc;
1147 p_scb->use_rc = true;
1149 p_scb->use_rc = false;
1153 APPL_TRACE_DEBUG("%s: SEID: %d use_rc
[all...]
H A Dbta_av_int.h229 bool use_rc; member in struct:__anon40
484 bool use_rc; /* true if AVRCP is allowed */ member in struct:__anon62
H A Dbta_av_act.cc486 p_scb->use_rc);
1413 p_cb->p_scb[xx]->use_rc =
1827 } else if (p_scb->use_rc) {
1829 p_scb->use_rc = false;
/system/bt/bta/include/
H A Dbta_av_api.h558 void BTA_AvOpen(const RawAddress& bd_addr, tBTA_AV_HNDL handle, bool use_rc,

Completed in 117 milliseconds