/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapTextPage.java | 145 ByteBuffer bcb = (ByteBuffer) cb.getData();
local 158 bcb.rewind();
159 bcb = BufferUtils.ensureLargeEnough(bcb, vertCount * 4);
160 bcb.limit(vertCount * 4);
161 cb.updateData(bcb);
178 bcb.put(color);
186 fq.appendColors(bcb);
193 bcb.rewind();
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_main.c | 166 tBNEP_CONN *bcb; local 169 if ((bcb = bnepu_find_bcb_by_cid (l2cap_cid)) == NULL) 177 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START)) 179 bcb->con_state = BNEP_STATE_CFG_SETUP; 185 btu_start_timer (&bcb->conn_tle, BTU_TTYPE_BNEP, BNEP_CONN_TIMEOUT); 187 BNEP_TRACE_EVENT1 ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid); 191 BNEP_TRACE_WARNING2 ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid); 195 bcb->con_flags & BNEP_FLAGS_IS_ORIG) 197 (*bnep_cb.p_conn_state_cb) (bcb->handle, bcb->rem_bda, BNEP_CONN_FAILED, FALSE) [all...] |
bnep_int.h | 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS]; member in struct:__anon3508
|
/external/bluetooth/bluedroid/stack/avct/ |
avct_int.h | 107 tAVCT_BCB *p_bcb; /* associated BCB */ 109 UINT8 allocated; /* Whether LCB/BCB is allocated */ 133 tAVCT_BCB bcb[AVCT_NUM_LINKS]; /* browse control blocks */ member in struct:__anon3479 178 /* BCB action functions */
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
|
/external/kernel-headers/original/video/ |
dsscomp.h | 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
|