HomeSort by relevance Sort by last modified time
    Searched defs:PerformanceClient (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libperformance/include/private/dvr/
performance_client.h 15 class PerformanceClient : public pdx::ClientBase<PerformanceClient> {
31 explicit PerformanceClient(int* error);
33 PerformanceClient(const PerformanceClient&) = delete;
34 void operator=(const PerformanceClient&) = delete;
  /frameworks/native/libs/vr/libperformance/
performance_client.cpp 15 PerformanceClient::PerformanceClient(int* error)
22 int PerformanceClient::SetCpuPartition(pid_t task_id,
31 int PerformanceClient::SetCpuPartition(pid_t task_id, const char* partition) {
40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id,
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id,
60 int PerformanceClient::SetSchedulerClass(pid_t task_id,
70 int PerformanceClient::SetSchedulerClass(pid_t task_id,
80 int PerformanceClient::GetCpuPartition(pid_t task_id,
93 int PerformanceClient::GetCpuPartition(pid_t task_id, char* partition_out
    [all...]

Completed in 71 milliseconds