OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_q
(Results
1 - 7
of
7
) sorted by null
/system/bt/stack/rfcomm/
rfc_utils.c
176
fixed_queue_free(p_mcb->
cmd_q
, NULL);
183
p_mcb->
cmd_q
= fixed_queue_new(SIZE_MAX);
218
fixed_queue_free(p_mcb->
cmd_q
, osi_free);
459
if (p_mcb->
cmd_q
== NULL) {
464
fixed_queue_enqueue(p_mcb->
cmd_q
, p_buf);
469
BT_HDR *p = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->
cmd_q
);
port_int.h
96
fixed_queue_t *
cmd_q
; /* Queue for command messages on this mux */
member in struct:__anon73966
rfc_mx_fsm.c
517
while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->
cmd_q
)) != NULL)
/system/bt/stack/avdt/
avdt_ccb.c
387
p_ccb->
cmd_q
= fixed_queue_new(SIZE_MAX);
424
fixed_queue_free(p_ccb->
cmd_q
, NULL);
avdt_ccb_act.c
686
p_ccb->p_curr_cmd = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->
cmd_q
);
849
if ((p_msg = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->
cmd_q
)) != NULL)
[
all
...]
avdt_int.h
434
fixed_queue_t *
cmd_q
; /* Queue for outgoing command messages */
member in struct:__anon73554
avdt_msg.c
[
all
...]
Completed in 706 milliseconds