Home
last modified time | relevance | path

Searched refs:QueueDelete (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c136 QueueDelete(g_hciTxQueue, HciFreePacket); in HciCloseQueue()
141 QueueDelete(g_hciRxQueue, HciFreePacket); in HciCloseQueue()
267 QueueDelete(g_hciTxQueue, HciFreePacket); in HCI_Close()
272 QueueDelete(g_hciRxQueue, HciFreePacket); in HCI_Close()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c170 QueueDelete(thread->taskQueue, free); in ThreadCreate()
185 QueueDelete(thread->taskQueue, free); in ThreadDelete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c131 QueueDelete(block->queue, FreeTask); in FreeProcessingQueue()
222 QueueDelete(taskQueue, FreeTask); in BTM_DeleteProcessingQueue()
H A Dbtm_acl.c283 QueueDelete(g_leWhiteListPendingActionQueue, MEM_MALLOC.free); in BtmAclFreeRes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h45 void QueueDelete(Queue *queue, NodeDataFreeCb cb);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c71 void QueueDelete(Queue *queue, NodeDataFreeCb cb) in QueueDelete() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c83 QueueDelete(g_cmdCache, HciFreeCmd); in HciCloseCmd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp82 QueueDelete(packetQueue_, CleanPacketData); in ~A2dpProfile()