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

/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A 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);
H A Dperformance_rpc.h32 PDX_REMOTE_METHOD(GetCpuPartition, kOpGetCpuPartition, std::string(pid_t));
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp80 int PerformanceClient::GetCpuPartition(pid_t task_id, function in class:android::dvr::PerformanceClient
88 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>(
93 int PerformanceClient::GetCpuPartition(pid_t task_id, char* partition_out, function in class:android::dvr::PerformanceClient
102 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>(
145 return client->GetCpuPartition(task_id, partition, size);
/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp386 case PerformanceRPC::GetCpuPartition::Opcode:
387 DispatchRemoteMethod<PerformanceRPC::GetCpuPartition>(
H A Dperformance_service_tests.cpp219 TEST(PerformanceTest, GetCpuPartition) {

Completed in 173 milliseconds