Home
last modified time | relevance | path

Searched refs:thread_group_id (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/performanced/
Dperformance_service.cpp81 return sender.GetProcessId() == task.thread_group_id(); in Check()
148 return (task && task.thread_group_id() == sender.GetProcessId() && in PerformanceService()
274 Task thread_group{task.thread_group_id()}; in OnSetSchedulerPolicy()
281 task.thread_group_id(), task_id); in OnSetSchedulerPolicy()
329 if (task.thread_group_id() != message.GetProcessId()) in OnSetCpuPartition()
393 if (task.thread_group_id() != message.GetProcessId()) in OnGetCpuPartition()
Dtask.h31 pid_t thread_group_id() const { return thread_group_id_; } in thread_group_id() function
Dperformance_service.h69 else if (!task || task.thread_group_id() != sender.GetProcessId()) in IsAllowed()
Dcpu_set.cpp176 task.thread_group_id(), task.parent_process_id()); in MoveUnboundTasks()