/device/google/contexthub/firmware/os/core/ |
D | seos.c | 74 struct Task *osSetCurrentTask(struct Task *task) in osSetCurrentTask() argument 79 if (atomicCmpXchgPtr((uintptr_t*)&mCurrentTask, (uintptr_t)old, (uintptr_t)task)) { in osSetCurrentTask() 88 static inline bool osTaskTestFlags(struct Task *task, uint32_t mask) in osTaskTestFlags() argument 90 return (atomicReadByte(&task->flags) & mask) != 0; in osTaskTestFlags() 95 struct Task *task = osTaskFindByTid(tid); in osAppIsChre() local 97 return task && osTaskIsChre(task); in osAppIsChre() 102 struct Task *task = osTaskFindByTid(tid); in osAppChreVersion() local 104 if (task) in osAppChreVersion() 105 return osTaskChreVersion(task); in osAppChreVersion() 110 static inline uint32_t osTaskClrSetFlags(struct Task *task, uint32_t clrMask, uint32_t setMask) in osTaskClrSetFlags() argument [all …]
|
D | nanohub_chre.c | 56 struct Task *task = osGetCurrentTask(); in osChreGetAppId() local 57 const struct AppHdr *app = task ? task->app : NULL; in osChreGetAppId() 142 struct Task *task = osGetCurrentTask(); in osChreAbort() local 143 if (task) { in osChreAbort() 144 if (task->app) { in osChreAbort() 146 task->app->hdr.appId, task->tid, abortCode); in osChreAbort() 149 task->tid, abortCode); in osChreAbort() 151 osTaskAbort(task); in osChreAbort() 501 struct Task *task = osTaskFindByTid(tid); in chreInfoByTid() local 502 if (task) { in chreInfoByTid() [all …]
|
D | nanohubCommand.c | 1488 struct Task *task; in processAppTags() local 1499 task = osTaskFindByTid(tid); in processAppTags() 1500 if (task) { in processAppTags() 1501 if (task->app != app) in processAppTags()
|
/device/google/contexthub/firmware/os/inc/ |
D | seos_priv.h | 25 #define for_each_task(listHead, task) for (task = osTaskByIdx((listHead)->next); task; task = osTas… argument 115 uint8_t osTaskIndex(struct Task *task); 117 struct Task *osSetCurrentTask(struct Task *task); 119 void osTaskAbort(struct Task *task); 120 void osTaskInvokeMessageFreeCallback(struct Task *task, void (*freeCallback)(void *, size_t), void … 121 void osTaskInvokeEventFreeCallback(struct Task *task, void (*freeCallback)(uint16_t, void *), uint1… 122 void osChreTaskHandle(struct Task *task, uint32_t evtType, const void *evtData); 124 static inline bool osTaskIsChre(const struct Task *task) in osTaskIsChre() argument 126 return task->app && (task->app->hdr.fwFlags & FL_APP_HDR_CHRE) != 0; in osTaskIsChre() 129 static inline uint32_t osTaskChreVersion(const struct Task *task) in osTaskChreVersion() argument [all …]
|
D | nanohubPacket.h | 294 uint8_t task; member
|
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 349 def task(self, deps: List[BuildTaskFn]): member in Project 396 @project.task([]) 430 @project.task([build_task_for_sysroot]) 442 @project.task([]) 454 @project.task( 474 @project.task([]) 497 @project.task([build_task_for_sysroot]) 509 @project.task([]) 525 @project.task([build_task_for_make]) 551 @project.task([build_task_for_make]) [all …]
|
/device/sample/apps/tv/SetupValidation/ |
D | build.gradle | 25 task clean(type: Delete) {
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | build.gradle | 25 task clean(type: Delete) {
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/ |
D | sources.inc | 6 # in the unpacking task.
|
/device/google/cuttlefish/guest/hals/nfc/src/ |
D | nfc.rs | 35 use tokio::task::JoinSet;
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 194 name = "async-task" 712 "async-task", 1031 "async-task", 1341 "futures-task", 1368 "futures-task", 1397 name = "futures-task" 1413 "futures-task",
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 194 name = "async-task" 712 "async-task", 1031 "async-task", 1341 "futures-task", 1368 "futures-task", 1397 name = "futures-task" 1413 "futures-task",
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.h | 112 uint8_t task; member
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 552 # task.c 553 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%… 554 qio_task_complete(void *task) "Task complete task=%p" 555 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p … 556 qio_task_thread_run(void *task) "Task thread run task=%p" 557 qio_task_thread_exit(void *task) "Task thread exit task=%p" 558 qio_task_thread_result(void *task) "Task thread result task=%p" 559 qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%… 560 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%… 4979 usb_uas_tmf_abort_task(int addr, uint16_t tag, uint16_t task_tag) "dev %d, tag 0x%x, task-tag 0x%x"
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 552 # task.c 553 qio_task_new(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%… 554 qio_task_complete(void *task) "Task complete task=%p" 555 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p … 556 qio_task_thread_run(void *task) "Task thread run task=%p" 557 qio_task_thread_exit(void *task) "Task thread exit task=%p" 558 qio_task_thread_result(void *task) "Task thread result task=%p" 559 qio_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%… 560 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%… 4979 usb_uas_tmf_abort_task(int addr, uint16_t tag, uint16_t task_tag) "dev %d, tag 0x%x, task-tag 0x%x"
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 389 // By default the kernel symbolizer is lazily initialized on a deferred task 2047 // PID (TGID), TID and UID of the task that emitted the event. 5093 // Begin of protos/perfetto/trace/ftrace/task.proto 5108 // End of protos/perfetto/trace/ftrace/task.proto 6858 // TrackEvent arguments describing the execution of a task. 6860 // Source location that the task was posted from. 8269 // Time spent in the idle task.
|