Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h54 void QueueEnqueue(Queue *queue, void *data);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c319 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 Dthread_linux.c202 QueueEnqueue(thread->taskQueue, task); in ThreadPostTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c92 void QueueEnqueue(Queue *queue, void *data) in QueueEnqueue() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c238 QueueEnqueue(queue->queue, block); in BTM_RunTaskInProcessingQueue()
H A Dbtm_acl.c788 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 Dhci_cmd.c257 QueueEnqueue(g_cmdCache, cmd); in HciSendCmd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp418 QueueEnqueue(packetQueue_, (void *)packetData); in EnqueuePacket()