Searched refs:utils_remove_from_queue_unlocked (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h148 ** Function utils_remove_from_queue_unlocked
155 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf);
/external/bluetooth/bluedroid/hci/src/
H A Dutils.c206 p_buf = utils_remove_from_queue_unlocked(p_q, p_buf);
212 ** Function utils_remove_from_queue_unlocked
219 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf) function
H A Dbt_hci_bdroid.c443 utils_remove_from_queue_unlocked(&tx_q, p_msg);

Completed in 58 milliseconds