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

  /system/bt/bta/include/
bta_av_ci.h 49 extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
bta_av_api.h 272 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon71913
285 tBTA_AV_CHNL chnl; member in struct:__anon71914
297 tBTA_AV_CHNL chnl; member in struct:__anon71915
304 tBTA_AV_CHNL chnl; member in struct:__anon71916
314 tBTA_AV_CHNL chnl; member in struct:__anon71917
323 tBTA_AV_CHNL chnl; member in struct:__anon71918
331 tBTA_AV_CHNL chnl; member in struct:__anon71919
340 tBTA_AV_CHNL chnl; member in struct:__anon71920
435 tBTA_AV_CHNL chnl; member in union:__anon71930
573 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name
    [all...]
  /system/bt/bta/av/
bta_av_ci.c 45 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl)
49 p_buf->layer_specific = chnl;
bta_av_main.c 317 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl)
323 if(chnl == BTA_AV_CHNL_VIDEO)
340 else if(chnl != BTA_AV_CHNL_AUDIO)
342 APPL_TRACE_ERROR("bad channel: %d", chnl);
355 p_ret->chnl = chnl;
356 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
501 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
515 p_scb = bta_av_alloc_scb(registr.chnl);
605 if(registr.chnl == BTA_AV_CHNL_AUDIO
778 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
    [all...]
bta_av_aact.c 325 start.chnl = p_scb->chnl;
842 start.chnl = p_scb->chnl;
867 av_open.chnl = p_scb->chnl;
    [all...]
bta_av_act.c 123 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,
118 p_buf->hdr.layer_specific = chnl;
bta_av_int.h 499 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon71655
500 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
  /system/bt/stack/avrc/
avrc_bld_tg.c 813 UINT16 chnl = AVCT_DATA_CTRL; local
839 p_pkt->layer_specific = chnl;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3812 struct hostapd_channel_data *chnl; local
3862 struct hostapd_channel_data *chnl; local
    [all...]

Completed in 134 milliseconds