Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp17 PerformanceRPC::kClientPath)) { in PerformanceClient()
28 InvokeRemoteMethod<PerformanceRPC::SetCpuPartition>(task_id, partition)); in SetCpuPartition()
36 InvokeRemoteMethod<PerformanceRPC::SetCpuPartition>( in SetCpuPartition()
46 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(task_id, in SetSchedulerPolicy()
56 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in SetSchedulerPolicy()
66 InvokeRemoteMethod<PerformanceRPC::SetSchedulerClass>(task_id, in SetSchedulerClass()
76 InvokeRemoteMethod<PerformanceRPC::SetSchedulerClass>( in SetSchedulerClass()
88 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()
102 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()
Dperformance_rpc.cpp6 constexpr char PerformanceRPC::kClientPath[];
/frameworks/native/services/vr/performanced/
Dperformance_service.cpp106 Endpoint::Create(PerformanceRPC::kClientPath)) { in PerformanceService()
371 case PerformanceRPC::SetSchedulerPolicy::Opcode: in HandleMessage()
372 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in HandleMessage()
376 case PerformanceRPC::SetCpuPartition::Opcode: in HandleMessage()
377 DispatchRemoteMethod<PerformanceRPC::SetCpuPartition>( in HandleMessage()
381 case PerformanceRPC::SetSchedulerClass::Opcode: in HandleMessage()
382 DispatchRemoteMethod<PerformanceRPC::SetSchedulerClass>( in HandleMessage()
386 case PerformanceRPC::GetCpuPartition::Opcode: in HandleMessage()
387 DispatchRemoteMethod<PerformanceRPC::GetCpuPartition>( in HandleMessage()
/frameworks/native/libs/vr/libperformance/include/private/dvr/
Dperformance_rpc.h15 struct PerformanceRPC { struct