Home
last modified time | relevance | path

Searched defs:target_set (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp272 auto target_set = cpuset_.Lookup(target_cpuset); in OnSetSchedulerPolicy() local
315 auto target_set = cpuset_.Lookup(partition); in OnSetCpuPartition() local
Dcpu_set.cpp153 void CpuSetManager::MoveUnboundTasks(const std::string& target_set) { in MoveUnboundTasks()