Searched refs:chnl (Results 1 - 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/bta/include/ |
H A D | bta_av_ci.h | 49 BTA_API extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
|
H A D | bta_av_api.h | 265 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon608 278 tBTA_AV_CHNL chnl; member in struct:__anon609 289 tBTA_AV_CHNL chnl; member in struct:__anon610 296 tBTA_AV_CHNL chnl; member in struct:__anon611 306 tBTA_AV_CHNL chnl; member in struct:__anon612 315 tBTA_AV_CHNL chnl; member in struct:__anon613 323 tBTA_AV_CHNL chnl; member in struct:__anon614 332 tBTA_AV_CHNL chnl; member in struct:__anon615 426 tBTA_AV_CHNL chnl; member in union:__anon625 547 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, cons [all...] |
/external/bluetooth/bluedroid/bta/av/ |
H A D | bta_av_ci.c | 45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) argument 51 p_buf->layer_specific = chnl;
|
H A D | bta_av_main.c | 335 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 D | bta_av_aact.c | 723 start.chnl = p_scb->chnl; 748 av_open.chnl = p_scb->chnl; 1225 open.chnl = p_scb->chnl; 1265 protect_req.chnl = p_scb->chnl; 1297 protect_rsp.chnl = p_scb->chnl; [all...] |
H A D | bta_av_act.c | 108 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */ 952 p_scb->chnl == BTA_AV_CHNL_AUDIO) */ 1003 APPL_TRACE_DEBUG3 ("bta_av_stream_chg started:%d started_msk:x%x chnl:x%x", started, 1004 started_msk, p_scb->chnl); 1005 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) 1024 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) 1110 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) 1191 if(p_scb->chnl == BTA_AV_CHNL_AUDIO) 1252 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) 1872 APPL_TRACE_DEBUG2("deregistered %d(h%d)", p_scb->chnl, p_sc [all...] |
H A D | bta_av_api.c | 114 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 D | bta_av_int.h | 479 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon404 480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
|
/external/bluetooth/bluedroid/stack/include/ |
H A D | uipc_msg.h | 797 UINT8 chnl; /* the channel: audio/video */ member in struct:__anon1379 801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ctrl_iface.c | 2439 struct hostapd_channel_data *chnl; local 2464 chnl = wpa_s->hw.modes[j].channels; 2466 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED) 2468 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);
|
Completed in 138 milliseconds