Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_av_api.h272 tBTA_AV_CHNL chnl; /* audio/video */ member
285 tBTA_AV_CHNL chnl; member
297 tBTA_AV_CHNL chnl; member
304 tBTA_AV_CHNL chnl; member
314 tBTA_AV_CHNL chnl; member
323 tBTA_AV_CHNL chnl; member
331 tBTA_AV_CHNL chnl; member
340 tBTA_AV_CHNL chnl; member
435 tBTA_AV_CHNL chnl; member
573 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name,
Dbta_av_ci.h49 extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
/system/bt/bta/av/
Dbta_av_main.c317 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl) in bta_av_alloc_scb() argument
323 if(chnl == BTA_AV_CHNL_VIDEO) in bta_av_alloc_scb()
340 else if(chnl != BTA_AV_CHNL_AUDIO) in bta_av_alloc_scb()
342 APPL_TRACE_ERROR("bad channel: %d", chnl); in bta_av_alloc_scb()
355 p_ret->chnl = chnl; in bta_av_alloc_scb()
356 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
501 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific; in bta_av_api_register()
515 p_scb = bta_av_alloc_scb(registr.chnl); in bta_av_api_register()
605 if(registr.chnl == BTA_AV_CHNL_AUDIO) in bta_av_api_register()
778 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; in bta_av_ci_data() local
[all …]
Dbta_av_ci.c45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) in bta_av_ci_src_data_ready() argument
49 p_buf->layer_specific = chnl; in bta_av_ci_src_data_ready()
Dbta_av_aact.c325 start.chnl = p_scb->chnl; in notify_start_failed()
842 start.chnl = p_scb->chnl; in bta_av_role_res()
867 av_open.chnl = p_scb->chnl; in bta_av_role_res()
1421 open.chnl = p_scb->chnl; in bta_av_str_opened()
1475 protect_req.chnl = p_scb->chnl; in bta_av_security_ind()
1507 protect_rsp.chnl = p_scb->chnl; in bta_av_security_cfm()
1824 open.chnl = p_scb->chnl; in bta_av_open_failed()
2096 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_str_stopped()
2109 suspend_rsp.chnl = p_scb->chnl; in bta_av_str_stopped()
2369 start.chnl = p_scb->chnl; in bta_av_start_ok()
[all …]
Dbta_av_act.c1122 started_msk, p_scb->chnl); in bta_av_stream_chg()
1123 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) in bta_av_stream_chg()
1142 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) in bta_av_stream_chg()
1230 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_conn_chg()
1310 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_conn_chg()
1371 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_conn_chg()
2117 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
2119 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_dereg_comp()
Dbta_av_api.c112 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, in BTA_AvRegister() argument
118 p_buf->hdr.layer_specific = chnl; in BTA_AvRegister()
Dbta_av_int.h499 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member
/system/bt/stack/avrc/
Davrc_bld_tg.c813 UINT16 chnl = AVCT_DATA_CTRL; in avrc_bld_init_rsp_buffer() local
839 p_pkt->layer_specific = chnl; in avrc_bld_init_rsp_buffer()