Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc68 TASKPTR task_entry; /* Task entry function*/ member
94 (p_pthread_info->task_entry)(p_pthread_info->params); in gki_task_entry()
179 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() argument
191 task_entry, task_id, taskname, stack, stacksize); in GKI_create_task()
227 gki_pthread_info[task_id].task_entry = task_entry; in GKI_create_task()
258 "Leaving GKI_create_task %p %d %lx %s %p %d", task_entry, task_id, in GKI_create_task()