HomeSort by relevance Sort by last modified time
    Searched defs:PerformanceService (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/vr/performanced/
performance_service.h 16 // PerformanceService manages compute partitions usings cpusets. Different
20 class PerformanceService : public pdx::ServiceBase<PerformanceService> {
30 PerformanceService();
73 PerformanceService(const PerformanceService&) = delete;
74 void operator=(const PerformanceService&) = delete;
performance_service.cpp 104 PerformanceService::PerformanceService()
105 : BASE("PerformanceService",
215 bool PerformanceService::IsInitialized() const {
220 std::string PerformanceService::DumpState(size_t /*max_length*/) {
224 Status<void> PerformanceService::OnSetSchedulerPolicy(
227 "PerformanceService::OnSetSchedulerPolicy: task_id=%d "
234 "PerformanceService::OnSetSchedulerPolicy: Unable to access /proc/%d "
257 "PerformanceService::OnSetSchedulerPolicy: Failed to get thread "
269 ALOGI("PerformanceService::OnSetSchedulerPolicy: Using cpuset=%s"
    [all...]

Completed in 109 milliseconds