HomeSort by relevance Sort by last modified time
    Searched full:task_id (Results 1 - 12 of 12) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 85 UINT8 task_id; /* GKI task id */ member in struct:__anon12660
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, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex
322 UINT8 task_id; local
610 UINT8 task_id; local
998 UINT8 task_id; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 84 UINT8 task_id; /* GKI task id */ member in struct:__anon12689
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, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex
322 UINT8 task_id; local
587 UINT8 task_id; local
975 UINT8 task_id; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 200 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 = GKI_get_taskid() local
389 UINT8 task_id; local
    [all...]
gki_buffer.c 85 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)
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][mbox] = p_hdr
773 UINT8 task_id = GKI_get_taskid(); local
    [all...]
gki_debug.c 193 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),
gki_common.h 67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
  /external/libnfc-nci/src/gki/common/
gki_time.c 200 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 = GKI_get_taskid() local
389 UINT8 task_id; local
    [all...]
gki_buffer.c 85 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)
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][mbox] = p_hdr
773 UINT8 task_id = GKI_get_taskid(); local
    [all...]
gki_debug.c 193 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),
gki_common.h 67 UINT8 task_id; /* task which allocated the buffer*/ member in struct:_buffer_hdr
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 139 " am stack movetask <TASK_ID> <STACK_ID> [true|false]\n" +
144 " am task lock <TASK_ID>\n" +
146 " am task resizeable <TASK_ID> [true|false]\n" +
147 " am task resize <TASK_ID> <LEFT,TOP,RIGHT,BOTTOM>\n" +
265 "am stack movetask: move <TASK_ID> from its current stack to the top (true) or" +
281 "am task lock: bring <TASK_ID> to the front and don't allow other tasks to run.\n" +
285 "am task resizeable: change if <TASK_ID> is resizeable (true) or not (false).\n" +
287 "am task resize: makes sure <TASK_ID> is in a stack with the specified bounds.\n" +
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 68 static final String ATTR_TASKID = "task_id";
    [all...]

Completed in 238 milliseconds