| /device/google/contexthub/firmware/os/core/ | 
| D | seos.c | 74 struct Task *osSetCurrentTask(struct Task *task)  in osSetCurrentTask()88 static inline bool osTaskTestFlags(struct Task *task, uint32_t mask)  in osTaskTestFlags()
 95     struct Task *task = osTaskFindByTid(tid);  in osAppIsChre()  local
 102     struct Task *task = osTaskFindByTid(tid);  in osAppChreVersion()  local
 110 static inline uint32_t osTaskClrSetFlags(struct Task *task, uint32_t clrMask, uint32_t setMask)  in osTaskClrSetFlags()
 120 static inline uint32_t osTaskAddIoCount(struct Task *task, int32_t delta)  in osTaskAddIoCount()
 129 static inline uint32_t osTaskGetIoCount(struct Task *task)  in osTaskGetIoCount()
 134 uint8_t osTaskIndex(struct Task *task)  in osTaskIndex()
 148     struct Task *task = osGetCurrentTask();  in osGetCurrentTid()  local
 157     struct Task *task = osTaskByIdx(TID_TO_TASK_IDX(tid));  in osSetCurrentTid()  local
 [all …]
 
 | 
| D | nanohub_chre.c | 56     struct Task *task = osGetCurrentTask();  in osChreGetAppId()  local142     struct Task *task = osGetCurrentTask();  in osChreAbort()  local
 501     struct Task *task = osTaskFindByTid(tid);  in chreInfoByTid()  local
 
 | 
| D | nanohubCommand.c | 1488     struct Task *task;  in processAppTags()  local
 | 
| /device/google/cuttlefish/host/commands/test_gce_driver/ | 
| D | gce_api.cpp | 413     auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> {  in Get()  local420     auto task = [json = instance.AsJson()]() -> Result<GceInstanceInfo> {  in Get()  local
 435   auto task = [this, url = url.str()]() -> Result<GceInstanceInfo> {  in Get()  local
 450     auto task = [request]() -> Result<Json::Value> {  in Insert()  local
 465   auto task = [this, requestNoZone, url = url.str()]() -> Result<Json::Value> {  in Insert()  local
 491   auto task = [this, url = url.str()]() -> Result<Json::Value> {  in Reset()  local
 506     auto task = [json = instance.AsJson()]() -> Result<Json::Value> {  in Reset()  local
 514     auto task = [json = instance.AsJson()]() -> Result<Json::Value> {  in Reset()  local
 531   auto task = [this, url = url.str()]() -> Result<Json::Value> {  in Delete()  local
 546     auto task = [json = instance.AsJson()]() -> Result<Json::Value> {  in Delete()  local
 [all …]
 
 | 
| /device/generic/vulkan-cereal/stream-servers/ | 
| D | VirtioGpuTimelines.cpp | 39     std::shared_ptr<Task> task(new Task(id, ring), [this](Task* task) {  in enqueueTask()  argument66     std::shared_ptr<Task> task = iTask->second.lock();  in notifyTaskCompletion()  local
 
 | 
| D | VsyncThread.cpp | 30 void VsyncThread::schedule(VsyncTask task) {  in schedule()
 | 
| D | VsyncThread.h | 65         VsyncTask task;  member
 | 
| D | PostWorker.cpp | 407 void PostWorker::runTask(std::packaged_task<void()> task) {  in runTask()
 | 
| D | SyncThread.cpp | 249     std::packaged_task<int(WorkerId)> task(std::move(job));  in sendAndWaitForResult()  local
 | 
| D | FrameBuffer.cpp | 3596 void FrameBuffer::scheduleVsyncTask(VsyncThread::VsyncTask task) {  in scheduleVsyncTask()
 | 
| /device/generic/goldfish-opengl/android-emu/aemu/base/ | 
| D | AndroidHealthMonitor.cpp | 175                                auto& task = it->second;  in main()  local188                                auto& task = it->second;  in main()  local
 212             auto& task = mMonitoredTasks[task_id];  in main()  local
 258                                             const MonitoredTask& task, Timestamp eventTime) {  in updateTaskParent()
 
 | 
| D | AndroidSubAllocator.cpp | 121     void rangeCheck(const char* task, void* ptr) {  in rangeCheck()
 | 
| /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…  argument124 static inline bool osTaskIsChre(const struct Task *task)  in osTaskIsChre()
 129 static inline uint32_t osTaskChreVersion(const struct Task *task)  in osTaskChreVersion()
 142 static inline void osTaskMakeNewTid(struct Task *task)  in osTaskMakeNewTid()
 
 | 
| D | nanohubPacket.h | 294             uint8_t task;  member
 | 
| /device/generic/goldfish-opengl/android-emu/aemu/base/threads/ | 
| D | AndroidWorkPool.cpp | 226     bool run(WorkPool::WaitGroupHandle waitGroupHandle, WaitGroup* waitGroup, WorkPool::Task task) {  in run()268         WorkPool::Task task = {};  member
 
 | 
| /device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ | 
| D | AstcCpuDecompressorImpl.cpp | 183             std::packaged_task<astcenc_error()> task;  in main()  local
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | vulkan_enc_unittests.cpp | 37     WorkPool::Task task = [] {  in TEST()  local
 | 
| /device/google/contexthub/contexthubhal/ | 
| D | system_comms.h | 112             uint8_t task;  member
 | 
| /device/generic/goldfish-opengl/system/profiler/ | 
| D | perfetto.cpp | 2706     std::function<void()> task = nullptr;  member2889   auto task = thiz->args_.task;  in RunTaskAndPostNext()  local
 5828 inline void RunTaskWithWatchdogGuard(const std::function<void()>& task) {  in RunTaskWithWatchdogGuard()
 6553 void ThreadTaskRunner::PostTask(std::function<void()> task) {  in PostTask()
 6557 void ThreadTaskRunner::PostDelayedTask(std::function<void()> task,  in PostDelayedTask()
 6785   std::function<void()> task;  in RunFileDescriptorWatch()  local
 6826 void UnixTaskRunner::PostTask(std::function<void()> task) {  in PostTask()
 6837 void UnixTaskRunner::PostDelayedTask(std::function<void()> task,  in PostDelayedTask()
 6848                                             std::function<void()> task) {  in AddFileDescriptorWatch()
 38997   void PostTask(std::function<void()> task) override {  in PostTask()
 [all …]
 
 |