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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 178 GKI_init_q(&p_mcb->cmd_q);
206 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL)
468 GKI_enqueue(&p_mcb->cmd_q, p_buf);
474 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:__anon6315
rfc_mx_fsm.c 510 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_act.c 690 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q);
857 if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q)) != NULL)
    [all...]
avdt_ccb.c 390 GKI_init_q(&p_ccb->cmd_q);
avdt_int.h 430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */ member in struct:__anon5840
avdt_msg.c     [all...]

Completed in 69 milliseconds