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

  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamEncoder.java 172 private CharBuffer lcb = null; field in class:StreamEncoder
232 if (lcb == null)
233 lcb = CharBuffer.allocate(2);
235 lcb.clear();
237 lcb.put(leftoverChar);
239 lcb.put(cb.get());
240 lcb.flip();
241 while (lcb.hasRemaining() || endOfInput) {
242 CoderResult cr = encoder.encode(lcb, bb, endOfInput);
244 if (lcb.hasRemaining())
    [all...]
  /system/bt/stack/avct/
avct_int.h 37 /* lcb state machine events */
108 tAVCT_LCB* p_lcb; /* Associated LCB */
111 uint8_t allocated; /* Whether LCB/BCB is allocated */
122 /* union associated with lcb state machine events */
134 tAVCT_LCB lcb[AVCT_NUM_LINKS]; /* link control blocks */ member in struct:__anon2121
146 /* LCB function declarations */
164 /* LCB action functions */
  /system/bt/bta/av/
bta_av_main.cc 1412 const tBTA_AV_LCB& lcb = bta_av_cb.lcb[i]; local
    [all...]
bta_av_int.h 572 uint8_t lidx; /* (index+1) to LCB */
595 tBTA_AV_LCB lcb[BTA_AV_NUM_LINKS + 1]; /* link control block */ member in struct:__anon1263
  /system/nfc/src/nfc/include/
llcp_int.h 220 tLLCP_LCB lcb; /* LLCP link control block */ member in struct:__anon3568

Completed in 115 milliseconds