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

/frameworks/native/services/vr/performanced/
H A Dperformance_service.h14 // PerformanceService manages compute partitions usings cpusets. Different
18 class PerformanceService : public pdx::ServiceBase<PerformanceService> { class in namespace:android::dvr
28 PerformanceService();
50 PerformanceService(const PerformanceService&) = delete;
51 void operator=(const PerformanceService&) = delete;
H A Dperformance_service.cpp34 PerformanceService::PerformanceService() function in class:android::dvr::PerformanceService
35 : BASE("PerformanceService",
107 bool PerformanceService::IsInitialized() const {
112 std::string PerformanceService::DumpState(size_t /*max_length*/) {
116 int PerformanceService::OnSetCpuPartition(Message& message, pid_t task_id,
133 int PerformanceService::OnSetSchedulerClass(
151 ALOGI("PerformanceService::OnSetSchedulerClass: Set task=%d to class=%s.",
156 "PerformanceService::OnSetSchedulerClass: Invalid class=%s requested "
163 std::string PerformanceService
[all...]

Completed in 1816 milliseconds