OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utils_remove_from_queue
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/hci/include/
utils.h
137
** Function
utils_remove_from_queue
144
void *
utils_remove_from_queue
(BUFFER_Q *p_q, void *p_buf);
/external/bluetooth/bluedroid/hci/src/
utils.c
196
** Function
utils_remove_from_queue
203
void *
utils_remove_from_queue
(BUFFER_Q *p_q, void *p_buf)
function
hci_h4.c
379
utils_remove_from_queue
(&(p_cb->acl_rx_q), p_return_buf);
477
utils_remove_from_queue
(&(p_cb->acl_rx_q), p_buf);
[
all
...]
hci_mct.c
374
utils_remove_from_queue
(&(p_cb->acl_rx_q), p_return_buf);
472
utils_remove_from_queue
(&(p_cb->acl_rx_q), p_buf);
[
all
...]
Completed in 562 milliseconds