Searched refs:target_set (Results 1 - 3 of 3) sorted by path

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

Completed in 59 milliseconds