Searched refs:QueueEnqueue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | queue.h | 54 void QueueEnqueue(Queue *queue, void *data);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.c | 319 QueueEnqueue(g_hciRxQueue, hciPacket); in HciOnReceivedHciPacket() 391 QueueEnqueue(g_hciTxQueue, packet); in HciPushToTxQueue()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/ |
H A D | thread_linux.c | 202 QueueEnqueue(thread->taskQueue, task); in ThreadPostTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
H A D | queue.c | 92 void QueueEnqueue(Queue *queue, void *data) in QueueEnqueue() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_thread.c | 238 QueueEnqueue(queue->queue, block); in BTM_RunTaskInProcessingQueue()
|
H A D | btm_acl.c | 788 QueueEnqueue(g_leWhiteListPendingActionQueue, action); in BtmLeCreateConnection() 2009 QueueEnqueue(g_leWhiteListPendingActionQueue, action); in BTM_LeCancelConnect()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd.c | 257 QueueEnqueue(g_cmdCache, cmd); in HciSendCmd()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 418 QueueEnqueue(packetQueue_, (void *)packetData); in EnqueuePacket()
|