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 206 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
bt_hci_bdroid.c 531 utils_remove_from_queue_unlocked(&tx_q, p_msg);

Completed in 46 milliseconds