HomeSort by relevance Sort by last modified time
    Searched refs:chnl (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_av_ci.h 49 BTA_API extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
bta_av_api.h 269 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon5354
282 tBTA_AV_CHNL chnl; member in struct:__anon5355
294 tBTA_AV_CHNL chnl; member in struct:__anon5356
301 tBTA_AV_CHNL chnl; member in struct:__anon5357
311 tBTA_AV_CHNL chnl; member in struct:__anon5358
320 tBTA_AV_CHNL chnl; member in struct:__anon5359
328 tBTA_AV_CHNL chnl; member in struct:__anon5360
337 tBTA_AV_CHNL chnl; member in struct:__anon5361
431 tBTA_AV_CHNL chnl; member in union:__anon5371
562 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_ci.c 45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl)
51 p_buf->layer_specific = chnl;
bta_av_main.c 343 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl)
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 == BTA_AV_CHNL_AUDIO
780 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
    [all...]
bta_av_aact.c 314 start.chnl = p_scb->chnl;
839 start.chnl = p_scb->chnl;
864 av_open.chnl = p_scb->chnl;
    [all...]
bta_av_act.c 108 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */
    [all...]
bta_av_api.c 112 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback)
119 p_buf->hdr.layer_specific = chnl;
bta_av_int.h 486 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon5083
487 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 129 UINT16 offset = 0, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; local
153 p_pkt->layer_specific = chnl;
avrc_bld_tg.c 741 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/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3277 struct hostapd_channel_data *chnl; local
3327 struct hostapd_channel_data *chnl; local
    [all...]

Completed in 123 milliseconds