Searched defs:chnl (Results 1 - 7 of 7) sorted by relevance

/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_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_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_int.h479 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/bta/include/
H A Dbta_av_api.h265 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/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c2439 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);
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h797 UINT8 chnl; /* the channel: audio/video */ member in struct:__anon1379
801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */

Completed in 619 milliseconds