Searched defs:ccb (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/avct/
H A Davct_int.h55 /* "no event" indicator used by ccb dealloc */
136 tAVCT_CCB ccb[AVCT_NUM_CONN]; /* connection control blocks */ member in struct:__anon922
/system/bt/stack/avrc/
H A Davrc_int.h145 ccb[AVCT_NUM_CONN]; /* Connection control block from AVRC_Open API */ member in struct:__anon944
/system/bt/stack/avdt/
H A Davdt_api.cc279 /* send event to ccb */
333 /* send event to ccb */
582 /* send event to ccb */
634 /* send event to ccb */
979 /* ccb was already allocated for the incoming signalling. */
984 /* send event to ccb */
1023 /* send event to ccb */
1221 const AvdtpCcb& ccb = avdtp_cb.ccb[i]; local
1223 ccb
[all...]
H A Davdt_int.h92 /* ccb state machine states */
143 /* ccb state machine events */
375 /* union associated with ccb state machine events */
624 bool allocated; // Whether ccb is allocated
753 ccb[i].Reset(i);
764 AvdtpCcb ccb[AVDT_NUM_LINKS]; // Channel control blocks member in class:AvdtpCb
785 if (&ccb[i].scb[j] == p_scb) {
/system/bt/stack/sdp/
H A Dsdpint.h211 tCONN_CB ccb[SDP_MAX_CONNECTIONS]; member in struct:__anon1334
/system/bt/bta/av/
H A Dbta_av_act.cc313 tAVRC_CONN_CB ccb; local
332 ccb.ctrl_cback = base::Bind(bta_av_rc_ctrl_cback);
333 ccb.msg_cback = base::Bind(bta_av_rc_msg_cback);
334 ccb.company_id = p_bta_av_cfg->company_id;
335 ccb.conn = role;
338 ccb.control = p_cb->features & (BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT |
341 if (AVRC_Open(&rc_handle, &ccb, bda) != AVRC_SUCCESS)
/system/bt/stack/mcap/
H A Dmca_int.h180 tMCA_DL cb_idx; /* 1-based index to ccb or dcb */
201 MCA_CCB_STAT_NORM, /* normal operation (based on ccb state) */
212 * ccb[0] ...ccb[MCA_NUM_LINKS*1-1] -> rcb[0]
213 * ccb[MCA_NUM_LINKS*1]...ccb[MCA_NUM_LINKS*2-1] -> rcb[1]
214 * ccb[MCA_NUM_LINKS*2]...ccb[MCA_NUM_LINKS*3-1] -> rcb[2]
243 * dcb[0] ...dcb[MCA_NUM_MDLS*1-1] -> ccb[0]
244 * dcb[MCA_NUM_MDLS*1]...dcb[MCA_NUM_MDLS*2-1] -> ccb[
273 tMCA_CCB ccb[MCA_NUM_CCBS]; /* control channel control blocks */ member in struct:__anon1305
[all...]

Completed in 144 milliseconds