Home
last modified time | relevance | path

Searched refs:GetCpuPartition (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp80 int PerformanceClient::GetCpuPartition(pid_t task_id, in GetCpuPartition() function in android::dvr::PerformanceClient
88 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()
93 int PerformanceClient::GetCpuPartition(pid_t task_id, char* partition_out, in GetCpuPartition() function in android::dvr::PerformanceClient
102 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( in GetCpuPartition()
145 return client->GetCpuPartition(task_id, partition, size); in dvrGetCpuPartition()
/frameworks/native/libs/vr/libperformance/include/private/dvr/
Dperformance_client.h25 int GetCpuPartition(pid_t task_id, std::string* partition_out);
26 int GetCpuPartition(pid_t task_id, char* partition_out, std::size_t size);
Dperformance_rpc.h32 PDX_REMOTE_METHOD(GetCpuPartition, kOpGetCpuPartition, std::string(pid_t));
/frameworks/native/services/vr/performanced/
Dperformance_service.cpp417 case PerformanceRPC::GetCpuPartition::Opcode: in HandleMessage()
418 DispatchRemoteMethod<PerformanceRPC::GetCpuPartition>( in HandleMessage()
Dperformance_service_tests.cpp219 TEST(PerformanceTest, GetCpuPartition) { in TEST() argument