Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.c32 } BtmTask; typedef
44 static BtmTask *AllocTask(void (*task)(void *context), void *context) in AllocTask()
46 BtmTask *block = MEM_MALLOC.alloc(sizeof(BtmTask)); in AllocTask()
61 BtmTask *task = QueueTryDequeue((Queue *)context); in RunTask()
92 BtmTask *task = QueueTryDequeue(context->queue); in RunAllTaskInQueueTask()
236 BtmTask *block = AllocTask(task, context); in BTM_RunTaskInProcessingQueue()