HomeSort by relevance Sort by last modified time
    Searched refs:chnl (Results 1 - 11 of 11) 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 269 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon68839
282 tBTA_AV_CHNL chnl; member in struct:__anon68840
294 tBTA_AV_CHNL chnl; member in struct:__anon68841
301 tBTA_AV_CHNL chnl; member in struct:__anon68842
311 tBTA_AV_CHNL chnl; member in struct:__anon68843
320 tBTA_AV_CHNL chnl; member in struct:__anon68844
328 tBTA_AV_CHNL chnl; member in struct:__anon68845
337 tBTA_AV_CHNL chnl; member in struct:__anon68846
431 tBTA_AV_CHNL chnl; member in union:__anon68856
562 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)
51 p_buf->layer_specific = chnl;
bta_av_main.c 345 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl)
351 if(chnl == BTA_AV_CHNL_VIDEO)
368 else if(chnl != BTA_AV_CHNL_AUDIO)
370 APPL_TRACE_ERROR("bad channel: %d", chnl);
386 p_ret->chnl = chnl;
387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
563 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific;
566 p_scb = bta_av_alloc_scb(registr.chnl);
647 if(registr.chnl == BTA_AV_CHNL_AUDIO
802 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
    [all...]
bta_av_aact.c 319 start.chnl = p_scb->chnl;
851 start.chnl = p_scb->chnl;
876 av_open.chnl = p_scb->chnl;
    [all...]
bta_av_act.c 116 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */
    [all...]
bta_av_api.c 111 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback)
118 p_buf->hdr.layer_specific = chnl;
bta_av_int.h 487 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon68576
488 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
  /system/bt/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 3752 struct hostapd_channel_data *chnl; local
3802 struct hostapd_channel_data *chnl; local
    [all...]

Completed in 385 milliseconds