OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmd_q
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c
177
GKI_init_q(&p_mcb->
cmd_q
);
205
while ((p_buf = GKI_dequeue(&p_mcb->
cmd_q
)) != NULL)
465
GKI_enqueue(&p_mcb->
cmd_q
, p_buf);
471
if ((p = (BT_HDR *) GKI_dequeue(&p_mcb->
cmd_q
)) == NULL)
port_int.h
94
BUFFER_Q
cmd_q
; /* Queue for command messages on this mux */
member in struct:__anon3495
rfc_mx_fsm.c
505
while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->
cmd_q
)) != NULL)
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h
431
* @
cmd_q
: blit command queue
449
struct list_head
cmd_q
;
member in struct:fimg2d_control
/external/bluetooth/bluedroid/stack/avdt/
avdt_ccb.c
388
GKI_init_q(&p_ccb->
cmd_q
);
avdt_ccb_act.c
683
p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->
cmd_q
);
847
if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->
cmd_q
)) != NULL)
[
all
...]
avdt_int.h
430
BUFFER_Q
cmd_q
; /* Queue for outgoing command messages */
member in struct:__anon3047
avdt_msg.c
[
all
...]
Completed in 290 milliseconds