Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_av_api.h269 tBTA_AV_CHNL chnl; /* audio/video */ member
282 tBTA_AV_CHNL chnl; member
294 tBTA_AV_CHNL chnl; member
301 tBTA_AV_CHNL chnl; member
311 tBTA_AV_CHNL chnl; member
320 tBTA_AV_CHNL chnl; member
328 tBTA_AV_CHNL chnl; member
337 tBTA_AV_CHNL chnl; member
431 tBTA_AV_CHNL chnl; member
562 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.c345 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl) in bta_av_alloc_scb() argument
351 if(chnl == BTA_AV_CHNL_VIDEO) in bta_av_alloc_scb()
368 else if(chnl != BTA_AV_CHNL_AUDIO) in bta_av_alloc_scb()
370 APPL_TRACE_ERROR("bad channel: %d", chnl); in bta_av_alloc_scb()
386 p_ret->chnl = chnl; in bta_av_alloc_scb()
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
563 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific; in bta_av_api_register()
566 p_scb = bta_av_alloc_scb(registr.chnl); in bta_av_api_register()
647 if(registr.chnl == BTA_AV_CHNL_AUDIO) in bta_av_api_register()
802 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; in bta_av_ci_data() local
[all …]
Dbta_av_aact.c319 start.chnl = p_scb->chnl; in notify_start_failed()
851 start.chnl = p_scb->chnl; in bta_av_role_res()
876 av_open.chnl = p_scb->chnl; in bta_av_role_res()
1415 open.chnl = p_scb->chnl; in bta_av_str_opened()
1469 protect_req.chnl = p_scb->chnl; in bta_av_security_ind()
1501 protect_rsp.chnl = p_scb->chnl; in bta_av_security_cfm()
1821 open.chnl = p_scb->chnl; in bta_av_open_failed()
2072 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_str_stopped()
2085 suspend_rsp.chnl = p_scb->chnl; in bta_av_str_stopped()
2152 evt.chnl = p_scb->chnl; in bta_av_reconfig()
[all …]
Dbta_av_ci.c45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) in bta_av_ci_src_data_ready() argument
51 p_buf->layer_specific = chnl; in bta_av_ci_src_data_ready()
Dbta_av_act.c1099 started_msk, p_scb->chnl); in bta_av_stream_chg()
1100 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) in bta_av_stream_chg()
1119 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) in bta_av_stream_chg()
1208 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_conn_chg()
1289 if(p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_conn_chg()
1350 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) in bta_av_conn_chg()
1989 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
1991 if(p_scb->chnl == BTA_AV_CHNL_AUDIO) in bta_av_dereg_comp()
Dbta_av_api.c111 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK… in BTA_AvRegister() argument
118 p_buf->hdr.layer_specific = chnl; in BTA_AvRegister()
Dbta_av_int.h487 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member
/system/bt/stack/avrc/
Davrc_bld_ct.c129 UINT16 offset = 0, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; in avrc_bld_init_cmd_buffer() local
153 p_pkt->layer_specific = chnl; in avrc_bld_init_cmd_buffer()
Davrc_bld_tg.c741 UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; in avrc_bld_init_rsp_buffer() local
773 p_pkt->layer_specific = chnl; in avrc_bld_init_rsp_buffer()