Searched refs:SetSchedulerPolicy (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdvr/
H A Ddvr_performance.cpp13 return client->SetSchedulerPolicy(task_id, scheduler_policy);
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_client.h17 int SetSchedulerPolicy(pid_t task_id, const std::string& scheduler_policy);
18 int SetSchedulerPolicy(pid_t task_id, const char* scheduler_policy);
H A Dperformance_rpc.h33 PDX_REMOTE_METHOD(SetSchedulerPolicy, kOpSetSchedulerPolicy,
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, function in class:android::dvr::PerformanceClient
46 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(task_id,
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, function in class:android::dvr::PerformanceClient
56 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(
128 return client->SetSchedulerPolicy(task_id, scheduler_policy);
/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp371 case PerformanceRPC::SetSchedulerPolicy::Opcode:
372 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(
H A Dperformance_service_tests.cpp137 TEST(PerformanceTest, SetSchedulerPolicy) {
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp342 static bool SetSchedulerPolicy(std::string* error_msg) { function in namespace:__anon928
723 if (!SetSchedulerPolicy(&error_msg)) {

Completed in 213 milliseconds