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

  /external/bluetooth/bluedroid/hci/include/
utils.h 148 ** 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/
utils.c 207 p_buf = utils_remove_from_queue_unlocked(p_q, p_buf);
213 ** Function utils_remove_from_queue_unlocked
220 void *utils_remove_from_queue_unlocked (BUFFER_Q *p_q, void *p_buf) function
bt_hci_bdroid.c 155 utils_remove_from_queue_unlocked(&tx_q, p_msg);

Completed in 85 milliseconds