Searched refs:utils_remove_from_queue (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h137 ** Function utils_remove_from_queue
144 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf);
/external/bluetooth/bluedroid/hci/src/
H A Dutils.c196 ** Function utils_remove_from_queue
203 void *utils_remove_from_queue (BUFFER_Q *p_q, void *p_buf) function
H A Dhci_h4.c379 utils_remove_from_queue(&(p_cb->acl_rx_q), p_return_buf);
477 utils_remove_from_queue(&(p_cb->acl_rx_q), p_buf);
H A Dhci_mct.c374 utils_remove_from_queue(&(p_cb->acl_rx_q), p_return_buf);
472 utils_remove_from_queue(&(p_cb->acl_rx_q), p_buf);

Completed in 83 milliseconds