HomeSort by relevance Sort by last modified time
    Searched refs:dvrGetCpuPartition (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/vr/libperformance/include/dvr/
performance_client_api.h 67 int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size);
  /frameworks/native/services/vr/performanced/
performance_service_tests.cpp 226 error = dvrGetCpuPartition(0, partition, sizeof(partition));
233 error = dvrGetCpuPartition(0, partition, sizeof(partition));
238 error = dvrGetCpuPartition(0, partition, 5);
242 error = dvrGetCpuPartition(1, partition, sizeof(partition));
246 error = dvrGetCpuPartition(0, nullptr, sizeof(partition));
  /frameworks/native/libs/vr/libperformance/
performance_client.cpp 142 extern "C" int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size) {

Completed in 155 milliseconds