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

  /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();
  /system/bt/stack/bnep/
bnep_main.c 168 tBNEP_CONN *bcb; local
171 if ((bcb = bnepu_find_bcb_by_cid (l2cap_cid)) == NULL)
179 if ((result == L2CAP_CONN_OK) && (bcb->con_state == BNEP_STATE_CONN_START))
181 bcb->con_state = BNEP_STATE_CFG_SETUP;
187 btu_start_timer (&bcb->conn_tle, BTU_TTYPE_BNEP, BNEP_CONN_TIMEOUT);
189 BNEP_TRACE_EVENT ("BNEP - got conn cnf, sent cfg req, CID: 0x%x", bcb->l2cap_cid);
193 BNEP_TRACE_WARNING ("BNEP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, bcb->l2cap_cid);
197 bcb->con_flags & BNEP_FLAGS_IS_ORIG)
199 (*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:__anon69327
  /system/bt/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:__anon69298
178 /* BCB action functions */
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 112 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs

Completed in 128 milliseconds