Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c38 } BtmProcessingQueue; typedef
69 static BtmProcessingQueue *AllocProcessingQueue(uint8_t id, uint32_t size) in AllocProcessingQueue()
71 BtmProcessingQueue *block = MEM_MALLOC.alloc(sizeof(BtmProcessingQueue)); in AllocProcessingQueue()
125 BtmProcessingQueue *block = (BtmProcessingQueue *)queue; in FreeProcessingQueue()
137 static BtmProcessingQueue *FindProcessingQueueById(uint8_t queueId) in FindProcessingQueueById()
139 BtmProcessingQueue *queue = NULL; in FindProcessingQueueById()
191 BtmProcessingQueue *queue = FindProcessingQueueById(queueId); in BTM_CreateProcessingQueue()
210 BtmProcessingQueue *queue = FindProcessingQueueById(queueId); in BTM_DeleteProcessingQueue()
234 BtmProcessingQueue *queue = FindProcessingQueueById(queueId); in BTM_RunTaskInProcessingQueue()