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

  /external/regex-re2/re2/testing/
charclass_test.cc 198 CharClassBuilder ccb; local
201 ccb.AddRange(t->add[j].lo, t->add[j].hi);
203 ccb.RemoveAbove(t->remove);
204 if (!CorrectCC(&ccb, t, "before copy (CharClassBuilder)"))
206 CharClass* cc = ccb.GetCharClass();
211 CharClassBuilder *ccb1 = ccb.Copy();
214 cc = ccb.GetCharClass();
  /system/bt/stack/avct/
avct_int.h 56 /* "no event" indicator used by ccb dealloc */
99 UINT8 ch_close; /* CCB index+1, if CCB initiated channel close */
109 BOOLEAN ch_close; /* Whether CCB initiated channel close */
135 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */ member in struct:__anon72417
205 /* CCB function declarations */
  /system/bt/stack/avrc/
avrc_int.h 119 tAVRC_CONN_CB ccb[AVCT_NUM_CONN]; member in struct:__anon72444
  /system/bt/bta/av/
bta_av_act.c 305 tAVRC_CONN_CB ccb; local
327 ccb.p_ctrl_cback = bta_av_rc_ctrl_cback;
328 ccb.p_msg_cback = bta_av_rc_msg_cback;
329 ccb.company_id = p_bta_av_cfg->company_id;
330 ccb.conn = role;
332 ccb.control = p_cb->features & (BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT | AVRC_CT_PASSIVE);
334 if (AVRC_Open(&rc_handle, &ccb, bda) != AVRC_SUCCESS)
    [all...]
  /system/bt/stack/sdp/
sdpint.h 222 tCONN_CB ccb[SDP_MAX_CONNECTIONS]; member in struct:__anon72869
  /external/regex-re2/re2/
parse.cc 198 CharClassBuilder* ccb = re->ccb_; local
200 re->cc_ = ccb->GetCharClass();
201 delete ccb;
952 CharClassBuilder ccb; local
958 ccb.AddRange(it->lo, it->hi);
960 ccb.AddRangeFlags(re->rune(), re->rune(), re->parse_flags());
967 sub[out++] = NewCharClass(ccb.GetCharClass(), altflags);
    [all...]
  /system/bt/stack/mcap/
mca_int.h 172 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
193 MCA_CCB_STAT_NORM, /* normal operation (based on ccb state) */
202 * ccb[0] ...ccb[MCA_NUM_LINKS*1-1] -> rcb[0]
203 * ccb[MCA_NUM_LINKS*1]...ccb[MCA_NUM_LINKS*2-1] -> rcb[1]
204 * ccb[MCA_NUM_LINKS*2]...ccb[MCA_NUM_LINKS*3-1] -> rcb[2]
208 alarm_t *mca_ccb_timer; /* MCA CCB timer entry */
216 UINT8 state; /* The CCB state machine state *
258 tMCA_CCB ccb[MCA_NUM_CCBS]; \/* control channel control blocks *\/ member in struct:__anon72840
    [all...]
  /system/bt/stack/avdt/
avdt_int.h 90 /* to distinguish CCB events from SCB events */
118 /* ccb state machine states */
169 /* ccb state machine events */
413 /* union associated with ccb state machine events */
431 alarm_t *idle_ccb_timer; /* Idle CCB timer entry */
432 alarm_t *ret_ccb_timer; /* Ret CCB timer entry */
433 alarm_t *rsp_ccb_timer; /* Rsp CCB timer entry */
442 BOOLEAN allocated; /* Whether ccb is allocated */
443 UINT8 state; /* The CCB state machine state */
493 tAVDT_CCB *p_ccb; /* ccb associated with this scb *
547 tAVDT_CCB ccb[AVDT_NUM_LINKS]; \/* channel control blocks *\/ member in struct:__anon72441
    [all...]

Completed in 124 milliseconds