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

  /external/jmonkeyengine/engine/src/core-data/Interface/Fonts/
Default.fnt 5 char id=32 x=30 y=110 width=5 height=3 xoffset=0 yoffset=16 xadvance=4 page=0 chnl=0
6 char id=33 x=110 y=60 width=5 height=16 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
7 char id=34 x=185 y=95 width=6 height=8 xoffset=0 yoffset=2 xadvance=5 page=0 chnl=0
8 char id=35 x=116 y=60 width=11 height=16 xoffset=0 yoffset=3 xadvance=10 page=0 chnl=0
9 char id=36 x=242 y=0 width=10 height=19 xoffset=0 yoffset=2 xadvance=9 page=0 chnl=0
10 char id=37 x=189 y=22 width=14 height=17 xoffset=0 yoffset=3 xadvance=13 page=0 chnl=0
11 char id=38 x=204 y=22 width=11 height=17 xoffset=0 yoffset=3 xadvance=10 page=0 chnl=0
12 char id=39 x=181 y=95 width=3 height=9 xoffset=0 yoffset=2 xadvance=2 page=0 chnl=0
13 char id=40 x=0 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
14 char id=41 x=6 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
    [all...]
Console.fnt 5 char id=32 x=61 y=18 width=1 height=0 xoffset=0 yoffset=11 xadvance=7 page=0 chnl=15
6 char id=33 x=147 y=8 width=1 height=7 xoffset=3 yoffset=2 xadvance=7 page=0 chnl=15
7 char id=34 x=26 y=19 width=4 height=3 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
8 char id=35 x=214 y=0 width=6 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
9 char id=36 x=59 y=0 width=5 height=9 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
10 char id=37 x=142 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
11 char id=38 x=150 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
12 char id=39 x=31 y=19 width=1 height=3 xoffset=3 yoffset=1 xadvance=7 page=0 chnl=15
13 char id=40 x=26 y=0 width=4 height=10 xoffset=2 yoffset=1 xadvance=7 page=0 chnl=15
14 char id=41 x=16 y=0 width=4 height=10 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
    [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_aact.c 271 start.chnl = p_scb->chnl;
754 start.chnl = p_scb->chnl;
779 av_open.chnl = p_scb->chnl;
    [all...]
bta_av_main.c 335 static tBTA_AV_SCB * bta_av_alloc_scb(tBTA_AV_CHNL chnl)
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 == BTA_AV_CHNL_AUDIO
695 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; local
    [all...]
bta_av_api.c 114 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id)
121 p_buf->hdr.layer_specific = chnl;
bta_av_act.c 108 if(bta_av_cb.features & BTA_AV_FEAT_RCCT && p_scb->chnl == BTA_AV_CHNL_AUDIO) */
    [all...]
bta_av_int.h 479 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member in struct:__anon144
480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */
  /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 266 tBTA_AV_CHNL chnl; /* audio/video */ member in struct:__anon370
279 tBTA_AV_CHNL chnl; member in struct:__anon371
290 tBTA_AV_CHNL chnl; member in struct:__anon372
297 tBTA_AV_CHNL chnl; member in struct:__anon373
307 tBTA_AV_CHNL chnl; member in struct:__anon374
316 tBTA_AV_CHNL chnl; member in struct:__anon375
324 tBTA_AV_CHNL chnl; member in struct:__anon376
333 tBTA_AV_CHNL chnl; member in struct:__anon377
427 tBTA_AV_CHNL chnl; member in union:__anon387
550 BTA_API void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name
    [all...]
  /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 728 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/stack/include/
uipc_msg.h 797 UINT8 chnl; /* the channel: audio/video */ member in struct:__anon1198
801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 57 *! 05-Nov-1999 ag: Added CHNL.
dbdefs.h 337 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */
errbase.h 558 /* FAILURE Codes : CHNL */
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 57 *! 05-Nov-1999 ag: Added CHNL.
dbdefs.h 331 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */
errbase.h 558 /* FAILURE Codes : CHNL */
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 2953 struct hostapd_channel_data *chnl; local
3003 struct hostapd_channel_data *chnl; local
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c     [all...]

Completed in 1206 milliseconds