Home
last modified time | relevance | path

Searched refs:dvrGetCpuPartition (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libperformance/include/dvr/
Dperformance_client_api.h67 int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size);
/frameworks/native/services/vr/performanced/
Dperformance_service_tests.cpp226 error = dvrGetCpuPartition(0, partition, sizeof(partition)); in TEST()
233 error = dvrGetCpuPartition(0, partition, sizeof(partition)); in TEST()
238 error = dvrGetCpuPartition(0, partition, 5); in TEST()
242 error = dvrGetCpuPartition(1, partition, sizeof(partition)); in TEST()
246 error = dvrGetCpuPartition(0, nullptr, sizeof(partition)); in TEST()
/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp142 extern "C" int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size) { in dvrGetCpuPartition() function