Searched defs:chnl (Results 1 - 8 of 8) 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.c112 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback) argument
119 p_buf->hdr.layer_specific = chnl;
H A Dbta_av_main.c343 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl) argument
349 if(chnl == BTA_AV_CHNL_VIDEO)
366 else if(chnl != BTA_AV_CHNL_AUDIO)
368 APPL_TRACE_ERROR("bad channel: %d", chnl);
384 p_ret->chnl = chnl;
385 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
541 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
544 p_scb = bta_av_alloc_scb(registr.chnl);
625 if(registr.chnl
780 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
[all...]
H A Dbta_av_int.h486 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon458
487 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
/external/bluetooth/bluedroid/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;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h269 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon729
282 tBTA_AV_CHNL chnl; member in struct:__anon730
294 tBTA_AV_CHNL chnl; member in struct:__anon731
301 tBTA_AV_CHNL chnl; member in struct:__anon732
311 tBTA_AV_CHNL chnl; member in struct:__anon733
320 tBTA_AV_CHNL chnl; member in struct:__anon734
328 tBTA_AV_CHNL chnl; member in struct:__anon735
337 tBTA_AV_CHNL chnl; member in struct:__anon736
431 tBTA_AV_CHNL chnl; member in union:__anon746
562 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, cons
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3277 struct hostapd_channel_data *chnl; local
3305 chnl = wpa_s->hw.modes[j].channels;
3307 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED)
3309 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);
3327 struct hostapd_channel_data *chnl; local
3356 chnl = wpa_s->hw.modes[j].channels;
3358 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED)
3361 chnl[i].chan, chnl[i].freq,
3362 chnl[
[all...]

Completed in 2592 milliseconds