Home
last modified time | relevance | path

Searched refs:chnl (Results 1 – 10 of 10) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h252 tBTA_AV_CHNL chnl; /* audio/video */ member
264 tBTA_AV_CHNL chnl; member
275 tBTA_AV_CHNL chnl; member
281 tBTA_AV_CHNL chnl; member
290 tBTA_AV_CHNL chnl; member
298 tBTA_AV_CHNL chnl; member
305 tBTA_AV_CHNL chnl; member
313 tBTA_AV_CHNL chnl; member
409 tBTA_AV_CHNL chnl; member
533 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name,
Dbta_av_ci.h43 extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
/system/bt/bta/av/
Dbta_av_main.cc304 static tBTA_AV_SCB* bta_av_alloc_scb(tBTA_AV_CHNL chnl) { in bta_av_alloc_scb() argument
309 if (chnl == BTA_AV_CHNL_VIDEO) { in bta_av_alloc_scb()
320 } else if (chnl != BTA_AV_CHNL_AUDIO) { in bta_av_alloc_scb()
321 APPL_TRACE_ERROR("bad channel: %d", chnl); in bta_av_alloc_scb()
331 p_ret->chnl = chnl; in bta_av_alloc_scb()
332 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
423 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific; in bta_av_api_register()
439 p_scb = bta_av_alloc_scb(registr.chnl); in bta_av_api_register()
536 if (registr.chnl == BTA_AV_CHNL_AUDIO) { in bta_av_api_register()
712 uint8_t chnl = (uint8_t)p_data->hdr.layer_specific; in bta_av_ci_data() local
[all …]
Dbta_av_ci.cc44 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) { in bta_av_ci_src_data_ready() argument
47 p_buf->layer_specific = chnl; in bta_av_ci_src_data_ready()
Dbta_av_aact.cc323 start.chnl = p_scb->chnl; in notify_start_failed()
825 start.chnl = p_scb->chnl; in bta_av_role_res()
843 av_open.chnl = p_scb->chnl; in bta_av_role_res()
1358 open.chnl = p_scb->chnl; in bta_av_str_opened()
1406 protect_req.chnl = p_scb->chnl; in bta_av_security_ind()
1433 protect_rsp.chnl = p_scb->chnl; in bta_av_security_cfm()
1719 open.chnl = p_scb->chnl; in bta_av_open_failed()
1964 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_str_stopped()
1976 suspend_rsp.chnl = p_scb->chnl; in bta_av_str_stopped()
2264 start.chnl = p_scb->chnl; in bta_av_start_ok()
[all …]
Dbta_av_api.cc106 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name, in BTA_AvRegister() argument
112 p_buf->hdr.layer_specific = chnl; in BTA_AvRegister()
Dbta_av_act.cc1092 started, started_msk, p_scb->chnl); in bta_av_stream_chg()
1093 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) in bta_av_stream_chg()
1108 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_stream_chg()
1182 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1258 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1316 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()
2060 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
2062 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_dereg_comp()
Dbta_av_int.h464 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member
/system/bt/stack/avrc/
Davrc_bld_ct.cc501 uint16_t chnl = AVCT_DATA_CTRL; in avrc_bld_init_cmd_buffer() local
509 chnl = AVCT_DATA_BROWSE; in avrc_bld_init_cmd_buffer()
526 p_pkt->layer_specific = chnl; in avrc_bld_init_cmd_buffer()
Davrc_bld_tg.cc1300 uint16_t chnl = AVCT_DATA_CTRL; in avrc_bld_init_rsp_buffer() local
1313 chnl = AVCT_DATA_BROWSE; in avrc_bld_init_rsp_buffer()
1330 p_pkt->layer_specific = chnl; in avrc_bld_init_rsp_buffer()