Searched refs:PerformanceService (Results 1 – 3 of 3) sorted by relevance
20 class PerformanceService : public pdx::ServiceBase<PerformanceService> {30 PerformanceService();83 PerformanceService(const PerformanceService&) = delete;84 void operator=(const PerformanceService&) = delete;
110 PerformanceService::PerformanceService() in PerformanceService() function in android::dvr::PerformanceService229 bool PerformanceService::IsInitialized() const { in IsInitialized()234 std::string PerformanceService::DumpState(size_t /*max_length*/) { in DumpState()241 Status<void> PerformanceService::OnSetSchedulerPolicy( in OnSetSchedulerPolicy()324 Status<void> PerformanceService::OnSetCpuPartition( in OnSetCpuPartition()350 Status<void> PerformanceService::OnSetSchedulerClass( in OnSetSchedulerClass()387 Status<std::string> PerformanceService::OnGetCpuPartition(Message& message, in OnGetCpuPartition()399 Status<void> PerformanceService::HandleMessage(Message& message) { in HandleMessage()404 *this, &PerformanceService::OnSetSchedulerPolicy, message); in HandleMessage()409 *this, &PerformanceService::OnSetCpuPartition, message); in HandleMessage()[all …]
64 service = android::dvr::PerformanceService::Create(); in main()