Home
last modified time | relevance | path

Searched refs:target_set (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp272 auto target_set = cpuset_.Lookup(target_cpuset); in OnSetSchedulerPolicy() local
273 if (target_set) { in OnSetSchedulerPolicy()
274 auto attach_status = target_set->AttachTask(task_id); in OnSetSchedulerPolicy()
315 auto target_set = cpuset_.Lookup(partition); in OnSetCpuPartition() local
316 if (!target_set) in OnSetCpuPartition()
319 auto attach_status = target_set->AttachTask(task_id); in OnSetCpuPartition()
Dcpu_set.cpp153 void CpuSetManager::MoveUnboundTasks(const std::string& target_set) { in MoveUnboundTasks() argument
160 auto target = Lookup(target_set); in MoveUnboundTasks()
164 target_set.c_str()); in MoveUnboundTasks()
179 task_id, task.name().c_str(), target_set.c_str(), in MoveUnboundTasks()
186 task_id, target_set.c_str(), status.GetErrorMessage().c_str()); in MoveUnboundTasks()
Dcpu_set.h84 void MoveUnboundTasks(const std::string& target_set);