HomeSort by relevance Sort by last modified time
    Searched refs:task_entry (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 87 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon8922
115 (p_pthread_info->task_entry)(p_pthread_info->params);
206 ** Parameters: task_entry - (input) pointer to the entry function of the task
219 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
227 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
260 gki_pthread_info[task_id].task_entry = task_entry;
294 task_entry,
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 86 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon9002
112 (p_pthread_info->task_entry)(p_pthread_info->params);
203 ** Parameters: task_entry - (input) pointer to the entry function of the task
216 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
224 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
257 gki_pthread_info[task_id].task_entry = task_entry;
291 task_entry,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 116 struct dsp_symbol_entry * task_entry; member in struct:dsp_scb_descriptor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 116 struct dsp_symbol_entry * task_entry; member in struct:dsp_scb_descriptor
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 105 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon2475
154 (p_pthread_info->task_entry)(p_pthread_info->params);
230 ** Parameters: task_entry - (input) pointer to the entry function of the task
243 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
251 GKI_TRACE( "GKI_create_task %x %d %s %x %d", (int)task_entry, (int)task_id,
285 gki_pthread_info[task_id].task_entry = task_entry;
322 (int)task_entry,
    [all...]

Completed in 152 milliseconds