Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp15 PerformanceClient::PerformanceClient(int* error) in PerformanceClient() function in android::dvr::PerformanceClient
22 int PerformanceClient::SetCpuPartition(pid_t task_id, in SetCpuPartition()
31 int PerformanceClient::SetCpuPartition(pid_t task_id, const char* partition) { in SetCpuPartition()
40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy()
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy()
60 int PerformanceClient::SetSchedulerClass(pid_t task_id, in SetSchedulerClass()
70 int PerformanceClient::SetSchedulerClass(pid_t task_id, in SetSchedulerClass()
80 int PerformanceClient::GetCpuPartition(pid_t task_id, in GetCpuPartition()
93 int PerformanceClient::GetCpuPartition(pid_t task_id, char* partition_out, in GetCpuPartition()
118 if (auto client = android::dvr::PerformanceClient::Create(&error)) in dvrSetCpuPartition()
[all …]
/frameworks/native/libs/vr/libperformance/include/private/dvr/
Dperformance_client.h15 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/libdvr/
Ddvr_performance.cpp5 using android::dvr::PerformanceClient;
12 if (auto client = PerformanceClient::Create(&error)) in dvrPerformanceSetSchedulerPolicy()