Searched refs:dvrGetCpuPartition (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libperformance/include/dvr/ |
D | performance_client_api.h | 67 int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size);
|
/frameworks/native/services/vr/performanced/ |
D | performance_service_tests.cpp | 226 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/ |
D | performance_client.cpp | 142 extern "C" int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size) { in dvrGetCpuPartition() function
|