Searched refs:QueueDelete (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 136 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 D | thread_linux.c | 170 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 D | btm_thread.c | 131 QueueDelete(block->queue, FreeTask); in FreeProcessingQueue() 222 QueueDelete(taskQueue, FreeTask); in BTM_DeleteProcessingQueue()
|
H A D | btm_acl.c | 283 QueueDelete(g_leWhiteListPendingActionQueue, MEM_MALLOC.free); in BtmAclFreeRes()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | queue.h | 45 void QueueDelete(Queue *queue, NodeDataFreeCb cb);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | queue.c | 71 void QueueDelete(Queue *queue, NodeDataFreeCb cb) in QueueDelete() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.c | 83 QueueDelete(g_cmdCache, HciFreeCmd); in HciCloseCmd()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 82 QueueDelete(packetQueue_, CleanPacketData); in ~A2dpProfile()
|