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

  /system/bt/stack/avrc/
avrc_bld_tg.c 813 UINT16 chnl = AVCT_DATA_CTRL; local
839 p_pkt->layer_specific = chnl;
  /system/bt/bta/av/
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_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/bta/include/
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...]
  /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 222 milliseconds