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.cpp294 auto target_set = cpuset_.Lookup(target_cpuset); in OnSetSchedulerPolicy() local
295 if (target_set) { in OnSetSchedulerPolicy()
296 auto attach_status = target_set->AttachTask(task_id); in OnSetSchedulerPolicy()
339 auto target_set = cpuset_.Lookup(partition); in OnSetCpuPartition() local
340 if (!target_set) in OnSetCpuPartition()
343 auto attach_status = target_set->AttachTask(task_id); in OnSetCpuPartition()
Dcpu_set.cpp149 void CpuSetManager::MoveUnboundTasks(const std::string& target_set) { in MoveUnboundTasks() argument
156 auto target = Lookup(target_set); in MoveUnboundTasks()
160 target_set.c_str()); in MoveUnboundTasks()
175 task_id, task.name().c_str(), target_set.c_str(), in MoveUnboundTasks()
182 task_id, target_set.c_str(), status.GetErrorMessage().c_str()); in MoveUnboundTasks()
Dcpu_set.h85 void MoveUnboundTasks(const std::string& target_set);