Searched defs:chnl (Results 1 - 9 of 9) 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:__anon454
480 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.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/bta/include/
H A Dbta_av_api.h266 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon679
279 tBTA_AV_CHNL chnl; member in struct:__anon680
290 tBTA_AV_CHNL chnl; member in struct:__anon681
297 tBTA_AV_CHNL chnl; member in struct:__anon682
307 tBTA_AV_CHNL chnl; member in struct:__anon683
316 tBTA_AV_CHNL chnl; member in struct:__anon684
324 tBTA_AV_CHNL chnl; member in struct:__anon685
333 tBTA_AV_CHNL chnl; member in struct:__anon686
427 tBTA_AV_CHNL chnl; member in union:__anon696
550 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, cons
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c2953 struct hostapd_channel_data *chnl; local
2981 chnl = wpa_s->hw.modes[j].channels;
2983 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED)
2985 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);
3003 struct hostapd_channel_data *chnl; local
3032 chnl = wpa_s->hw.modes[j].channels;
3034 if (chnl[i].flag & HOSTAPD_CHAN_DISABLED)
3037 chnl[i].chan, chnl[i].freq,
3038 chnl[
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h797 UINT8 chnl; /* the channel: audio/video */ member in struct:__anon1505
801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */

Completed in 1490 milliseconds