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

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_ci.h49 BTA_API extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
H A Dbta_av_api.h266 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon672
279 tBTA_AV_CHNL chnl; member in struct:__anon673
290 tBTA_AV_CHNL chnl; member in struct:__anon674
297 tBTA_AV_CHNL chnl; member in struct:__anon675
307 tBTA_AV_CHNL chnl; member in struct:__anon676
316 tBTA_AV_CHNL chnl; member in struct:__anon677
324 tBTA_AV_CHNL chnl; member in struct:__anon678
333 tBTA_AV_CHNL chnl; member in struct:__anon679
427 tBTA_AV_CHNL chnl; member in union:__anon689
550 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, cons
[all...]
/external/bluetooth/bluedroid/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.c335 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl) argument
341 if(chnl == BTA_AV_CHNL_VIDEO)
358 else if(chnl != BTA_AV_CHNL_AUDIO)
360 APPL_TRACE_ERROR1("bad channel: %d", chnl);
376 p_ret->chnl = chnl;
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
484 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
487 p_scb = bta_av_alloc_scb(registr.chnl);
564 if(registr.chnl
695 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
[all...]
H A Dbta_av_aact.c732 start.chnl = p_scb->chnl;
757 av_open.chnl = p_scb->chnl;
1234 open.chnl = p_scb->chnl;
1274 protect_req.chnl = p_scb->chnl;
1306 protect_rsp.chnl = p_scb->chnl;
[all...]
H A Dbta_av_act.c108 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */
1035 p_scb->chnl == BTA_AV_CHNL_AUDIO) */
1086 APPL_TRACE_DEBUG3 ("bta_av_stream_chg started:%d started_msk:x%x chnl:x%x", started,
1087 started_msk, p_scb->chnl);
1088 if (BTA_AV_CHNL_AUDIO == p_scb->chnl)
1107 if (BTA_AV_CHNL_AUDIO == p_scb->chnl)
1193 if (p_scb->chnl == BTA_AV_CHNL_AUDIO)
1274 if(p_scb->chnl == BTA_AV_CHNL_AUDIO)
1335 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started)
1960 APPL_TRACE_DEBUG2("deregistered %d(h%d)", p_scb->chnl, p_sc
[all...]
H A Dbta_av_api.c114 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id) argument
121 p_buf->hdr.layer_specific = chnl;
H A Dbta_av_int.h479 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon454
480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_tg.c728 UINT16 offset = AVRC_MSG_PASS_THRU_OFFSET, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; local
760 p_pkt->layer_specific = chnl;
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h797 UINT8 chnl; /* the channel: audio/video */ member in struct:__anon1485
801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c2919 struct hostapd_channel_data *chnl; local
2947 chnl = wpa_s->hw.modes[j].channels;
2949 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED)
2951 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);

Completed in 192 milliseconds