/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/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-component.h | 45 xf_task_t task; member 76 xf_sched_put(__sched, &(c)->task, xf_sched_timestamp(__sched) + (dts)); \ 83 xf_sched_cancel(__sched, &(c)->task); \
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidWorkPool.cpp | 226 bool run(WorkPool::WaitGroupHandle waitGroupHandle, WaitGroup* waitGroup, WorkPool::Task task) { in run() argument 239 waitGroup, task, in run() 268 WorkPool::Task task = {}; member 305 if (msg.task) msg.task(); in doRun()
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | build.gradle | 25 task clean(type: Delete) {
|
/device/sample/apps/tv/SetupValidation/ |
D | build.gradle | 25 task clean(type: Delete) {
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | AndroidSubAllocator.cpp | 121 void rangeCheck(const char* task, void* ptr) { in rangeCheck() argument 126 ss << "SubAllocator " << task << ": "; in rangeCheck()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | vulkan_enc_unittests.cpp | 37 WorkPool::Task task = [] { in TEST() local 41 std::vector<WorkPool::Task> tasks { task }; in TEST()
|
/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | Cargo.lock | 239 "futures-task", 266 "futures-task", 295 name = "futures-task" 314 "futures-task",
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/ |
D | Cargo.lock | 239 "futures-task", 266 "futures-task", 295 name = "futures-task" 314 "futures-task",
|
/device/google/contexthub/contexthubhal/ |
D | system_comms.h | 112 uint8_t task; member
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 1 …_init_root.c:ADSP:Func # %x exit grp %xrcxh.c:ADSP:Try task # %xrcxh.c:ADSP:End try task # %…
|
D | adsp.b13 | 20 …_init_user.c:ADSP:Func # %x exit grp %xrcxh.c:ADSP:Try task # %xrcxh.c:ADSP:End try task # %…
|