Searched refs:task_entry (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/samsung/nfc/halimpl/osi/ |
H A D | osi_task.cc | 35 tOSI_TASK_ENTRY task_entry = (tOSI_TASK_ENTRY)arg; in osi_task_entry() local 39 task_entry(); in osi_task_entry() 46 tOSI_TASK_ENTRY task_entry) { in OSI_task_allocate() argument 75 free_task->task_entry = task_entry; in OSI_task_allocate() 96 (void*)(task_handler->task_entry))) { // in OSI_task_run()
|
H A D | osi_common.h | 64 tOSI_TASK_ENTRY task_entry; member
|
H A D | osi.h | 76 tOSI_TASK_ENTRY task_entry);
|
/aosp12/system/nfc/src/gki/ulinux/ |
H A 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()
|