Searched refs:cmd_cmpl_q (Results 1 – 3 of 3) sorted by relevance
203 GKI_enqueue(&(p_hci_cmd_cb->cmd_cmpl_q), p_cmd); in btu_hcif_store_cmd()1190 p_cmd = (BT_HDR *) GKI_getfirst (&p_hci_cmd_cb->cmd_cmpl_q); in btu_hcif_command_complete_evt()1207 GKI_remove_from_queue(&p_hci_cmd_cb->cmd_cmpl_q, p_cmd); in btu_hcif_command_complete_evt()1228 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q))) in btu_hcif_command_complete_evt()1452 p_cmd = (BT_HDR *) GKI_getfirst(&(p_hci_cmd_cb->cmd_cmpl_q)); in btu_hcif_command_status_evt()1467 GKI_remove_from_queue(&p_hci_cmd_cb->cmd_cmpl_q, p_cmd); in btu_hcif_command_status_evt()1481 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q))) in btu_hcif_command_status_evt()1556 if ((p_cmd = (BT_HDR *) GKI_dequeue (&(p_hci_cmd_cb->cmd_cmpl_q))) == NULL) in btu_hcif_cmd_timeout()1565 if (!GKI_queue_is_empty (&(p_hci_cmd_cb->cmd_cmpl_q))) in btu_hcif_cmd_timeout()2207 while ((p_cmd = (BT_HDR *) GKI_dequeue (&btu_cb.hci_cmd_cb[0].cmd_cmpl_q)) != NULL) in btu_hcif_flush_cmd_queue()
869 if ((btu_cb.hci_cmd_cb[LOCAL_BR_EDR_CONTROLLER_ID].cmd_cmpl_q.count == 0) in btu_check_bt_sleep()
214 BUFFER_Q cmd_cmpl_q; member