Searched refs:task_entry (Results 1 – 1 of 1) sorted by relevance
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 70 TASKPTR task_entry; /* Task entry function*/ member 96 (p_pthread_info->task_entry)(p_pthread_info->params); in gki_task_entry() 182 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname, in GKI_create_task() argument 194 task_entry, task_id, taskname, stack, stacksize); in GKI_create_task() 230 gki_pthread_info[task_id].task_entry = task_entry; in GKI_create_task() 261 "Leaving GKI_create_task %p %d %lx %s %p %d", task_entry, task_id, in GKI_create_task()
|