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

/system/bt/bta/include/
H A Dbta_av_ci.h49 extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
H A Dbta_av_api.h269 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon325
282 tBTA_AV_CHNL chnl; member in struct:__anon326
294 tBTA_AV_CHNL chnl; member in struct:__anon327
301 tBTA_AV_CHNL chnl; member in struct:__anon328
311 tBTA_AV_CHNL chnl; member in struct:__anon329
320 tBTA_AV_CHNL chnl; member in struct:__anon330
328 tBTA_AV_CHNL chnl; member in struct:__anon331
337 tBTA_AV_CHNL chnl; member in struct:__anon332
431 tBTA_AV_CHNL chnl; member in union:__anon342
562 void BTA_AvRegister(tBTA_AV_CHNL chnl, cons
[all...]
/system/bt/bta/av/
H A Dbta_av_ci.c45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) argument
51 p_buf->layer_specific = chnl;
H A Dbta_av_main.c345 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl) argument
351 if(chnl == BTA_AV_CHNL_VIDEO)
368 else if(chnl != BTA_AV_CHNL_AUDIO)
370 APPL_TRACE_ERROR("bad channel: %d", chnl);
386 p_ret->chnl = chnl;
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
563 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
566 p_scb = bta_av_alloc_scb(registr.chnl);
647 if(registr.chnl
802 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
[all...]
H A Dbta_av_aact.c319 start.chnl = p_scb->chnl;
851 start.chnl = p_scb->chnl;
876 av_open.chnl = p_scb->chnl;
1415 open.chnl = p_scb->chnl;
1469 protect_req.chnl = p_scb->chnl;
[all...]
H A Dbta_av_act.c116 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */
1047 p_scb->chnl == BTA_AV_CHNL_AUDIO) */
1098 APPL_TRACE_DEBUG ("bta_av_stream_chg started:%d started_msk:x%x chnl:x%x", started,
1099 started_msk, p_scb->chnl);
1100 if (BTA_AV_CHNL_AUDIO == p_scb->chnl)
1119 if (BTA_AV_CHNL_AUDIO == p_scb->chnl)
1208 if (p_scb->chnl == BTA_AV_CHNL_AUDIO)
1289 if(p_scb->chnl == BTA_AV_CHNL_AUDIO)
1350 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started)
1989 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_sc
[all...]
H A Dbta_av_api.c111 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback) argument
118 p_buf->hdr.layer_specific = chnl;
H A Dbta_av_int.h487 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon62
488 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
/system/bt/stack/avrc/
H A Davrc_bld_ct.c129 UINT16 offset = 0, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; local
153 p_pkt->layer_specific = chnl;
H A Davrc_bld_tg.c741 UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; local
773 p_pkt->layer_specific = chnl;

Completed in 75 milliseconds