Searched refs:task_id (Results 1 - 10 of 10) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c85 UINT8 task_id; /* GKI task id */ member in struct:__anon8337
108 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
109 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
112 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
116 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
117 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
206 ** task_id - (input) Task id is mapped to priority
218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT argument
322 UINT8 task_id; local
610 UINT8 task_id; local
820 GKI_send_event(UINT8 task_id, UINT16 event) argument
863 GKI_isend_event(UINT8 task_id, UINT16 event) argument
920 GKI_map_taskname(UINT8 task_id) argument
998 UINT8 task_id; local
1170 GKI_suspend_task(UINT8 task_id) argument
1196 GKI_resume_task(UINT8 task_id) argument
1222 GKI_exit_task(UINT8 task_id) argument
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c84 UINT8 task_id; /* GKI task id */ member in struct:__anon8366
105 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
106 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
109 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
113 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
114 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
203 ** task_id - (input) Task id is mapped to priority
215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT argument
322 UINT8 task_id; local
587 UINT8 task_id; local
797 GKI_send_event(UINT8 task_id, UINT16 event) argument
840 GKI_isend_event(UINT8 task_id, UINT16 event) argument
897 GKI_map_taskname(UINT8 task_id) argument
975 UINT8 task_id; local
1147 GKI_suspend_task(UINT8 task_id) argument
1173 GKI_resume_task(UINT8 task_id) argument
1199 GKI_exit_task(UINT8 task_id) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c200 UINT8 task_id = GKI_get_taskid(); local
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
255 gki_cb.com.OSTaskTmr0 [task_id] = ticks;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
262 gki_cb.com.OSTaskTmr1 [task_id] = ticks;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
269 gki_cb.com.OSTaskTmr2 [task_id] = ticks;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
276 gki_cb.com.OSTaskTmr3 [task_id] = ticks;
309 UINT8 task_id local
389 UINT8 task_id; local
[all...]
H A Dgki_buffer.c85 hdr->task_id = GKI_INVALID_TASK;
434 p_hdr->task_id = GKI_get_taskid();
547 p_hdr->task_id = GKI_get_taskid();
631 p_hdr->task_id = GKI_INVALID_TASK;
709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) argument
715 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
740 if (p_cb->OSTaskQFirst[task_id][mbox])
741 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
743 p_cb->OSTaskQFirst[task_id][mbo
773 UINT8 task_id = GKI_get_taskid(); local
1329 GKI_change_buf_owner(void *p_buf, UINT8 task_id) argument
1348 GKI_isend_msg(UINT8 task_id, UINT8 mbox, void *msg) argument
[all...]
H A Dgki_debug.c193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
239 GKI_map_taskname(p_hdr->task_id),
H A Dgki_common.h67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c200 UINT8 task_id = GKI_get_taskid(); local
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
255 gki_cb.com.OSTaskTmr0 [task_id] = ticks;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
262 gki_cb.com.OSTaskTmr1 [task_id] = ticks;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
269 gki_cb.com.OSTaskTmr2 [task_id] = ticks;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
276 gki_cb.com.OSTaskTmr3 [task_id] = ticks;
309 UINT8 task_id local
389 UINT8 task_id; local
[all...]
H A Dgki_buffer.c85 hdr->task_id = GKI_INVALID_TASK;
434 p_hdr->task_id = GKI_get_taskid();
547 p_hdr->task_id = GKI_get_taskid();
631 p_hdr->task_id = GKI_INVALID_TASK;
709 void GKI_send_msg (UINT8 task_id, UINT8 mbox, void *msg) argument
715 if ((task_id >= GKI_MAX_TASKS) || (mbox >= NUM_TASK_MBOX) || (p_cb->OSRdyTbl[task_id] == TASK_DEAD))
740 if (p_cb->OSTaskQFirst[task_id][mbox])
741 p_cb->OSTaskQLast[task_id][mbox]->p_next = p_hdr;
743 p_cb->OSTaskQFirst[task_id][mbo
773 UINT8 task_id = GKI_get_taskid(); local
1329 GKI_change_buf_owner(void *p_buf, UINT8 task_id) argument
1348 GKI_isend_msg(UINT8 task_id, UINT8 mbox, void *msg) argument
[all...]
H A Dgki_debug.c193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED");
239 GKI_map_taskname(p_hdr->task_id),
H A Dgki_common.h67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr

Completed in 93 milliseconds