Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dqueue.h36 Queue *QueueCreate(uint32_t capacity);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.c78 g_hciTxQueue = QueueCreate(HCI_TX_QUEUE_SIZE); in HciInitQueue()
87 g_hciRxQueue = QueueCreate(HCI_RX_QUEUE_SIZE); in HciInitQueue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c135 thread->taskQueue = QueueCreate(THREAD_QUEUE_SIZE); in ThreadCreate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dqueue.c32 Queue *QueueCreate(uint32_t capacity) in QueueCreate() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c74 block->queue = QueueCreate(size); in AllocProcessingQueue()
H A Dbtm_acl.c221 g_leWhiteListPendingActionQueue = QueueCreate(UINT16_MAX); in BtmAclAllocRes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c62 g_cmdCache = QueueCreate(MAX_QUEUE_SIZE); in HciInitCmd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp70 packetQueue_ = QueueCreate(MAX_PCM_FRAME_NUM_PER_TICK * FRAME_THREE); in A2dpProfile()