Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.cc66 TASKPTR task_entry; /* Task entry function*/ member
97 (p_pthread_info->task_entry)(p_pthread_info->params); in gki_task_entry()
193 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() argument
205 task_entry, task_id, taskname, stack, stacksize); in GKI_create_task()
242 gki_pthread_info[task_id].task_entry = task_entry; in GKI_create_task()
276 "%s: Leaving GKI_create_task %p %d %lx %s %p %d", __func__, task_entry, in GKI_create_task()