OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcb
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/mcap/
mca_dsm.c
130
** Description This function is the
DCB
state machine main function.
145
MCA_TRACE_EVENT3("
DCB
dcb
=%d event=%s state=%s", mca_dcb_to_hdl(p_dcb), mca_dcb_evt_str[event], mca_dcb_st_str[p_dcb->state]);
147
MCA_TRACE_EVENT3("
DCB
dcb
=%d event=%d state=%d", mca_dcb_to_hdl(p_dcb), event, p_dcb->state);
167
** Description This function is called to allocate an
DCB
.
168
** It initializes the
DCB
with the data passed to the function.
184
p_dcb_tmp = &mca_cb.
dcb
[i*MCA_NUM_MDLS];
226
p_dcb = &mca_cb.
dcb
[i * MCA_NUM_MDLS];
251
** Description This function deallocates an
DCB
[
all
...]
mca_csm.c
374
p_dcb = &mca_cb.
dcb
[i*MCA_NUM_MDLS];
mca_int.h
171
tMCA_DL cb_idx; /* 1-based index to ccb or
dcb
*/
223
MCA_DCB_STAT_NORM, /* normal operation (based on
dcb
state) */
231
*
dcb
[0] ...
dcb
[MCA_NUM_MDLS*1-1] -> ccb[0]
232
*
dcb
[MCA_NUM_MDLS*1]...
dcb
[MCA_NUM_MDLS*2-1] -> ccb[1]
233
*
dcb
[MCA_NUM_MDLS*2]...
dcb
[MCA_NUM_MDLS*3-1] -> ccb[2]
236
*
dcb
[0] ...
dcb
[MCA_NUM_MDLS*1*MCA_NUM_LINKS*1-1] -> rcb[0
258
tMCA_DCB
dcb
[MCA_NUM_DCBS]; \/* data channel control blocks *\/
member in struct:__anon3492
[
all
...]
mca_api.c
305
p_dcb = &mca_cb.
dcb
[i*max];
457
/* save the info required by
dcb
connection */
[
all
...]
/external/qemu/
qemu-char.c
[
all
...]
Completed in 1225 milliseconds