Searched defs:PerformanceService (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dperformance_service.h16 // PerformanceService manages compute partitions usings cpusets. Different
20 class PerformanceService : public pdx::ServiceBase<PerformanceService> { class in namespace:android::dvr
30 PerformanceService();
73 PerformanceService(const PerformanceService&) = delete;
74 void operator=(const PerformanceService&) = delete;
H A Dperformance_service.cpp104 PerformanceService::PerformanceService() function in class:android::dvr::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
[all...]

Completed in 25 milliseconds