Home
last modified time | relevance | path

Searched refs:QueueGetDequeueFd (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h99 int32_t QueueGetDequeueFd(const Queue *queue);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c101 ReactorRegister(reactor, QueueGetDequeueFd(g_hciTxQueue), NULL, HciSendPacketCallback, NULL); in HciInitQueue()
110 ReactorRegister(reactor, QueueGetDequeueFd(g_hciRxQueue), NULL, HciRecvPacketCallback, NULL); in HciInitQueue()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c168 int32_t QueueGetDequeueFd(const Queue *queue) in QueueGetDequeueFd() function
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c77 int fd = QueueGetDequeueFd(thread->taskQueue); in ThreadStartFunc()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c77 block->reactorItem = ReactorRegister(reactor, QueueGetDequeueFd(block->queue), block->queue, RunTask, NULL); in AllocProcessingQueue()

Completed in 3 milliseconds