Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy() function in android::dvr::PerformanceClient
46 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(task_id, in SetSchedulerPolicy()
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id, in SetSchedulerPolicy() function in android::dvr::PerformanceClient
56 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in SetSchedulerPolicy()
128 return client->SetSchedulerPolicy(task_id, scheduler_policy); in dvrSetSchedulerPolicy()
/frameworks/native/libs/vr/libperformance/include/private/dvr/
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);
Dperformance_rpc.h33 PDX_REMOTE_METHOD(SetSchedulerPolicy, kOpSetSchedulerPolicy,
/frameworks/native/libs/vr/libdvr/
Ddvr_performance.cpp13 return client->SetSchedulerPolicy(task_id, scheduler_policy); in dvrPerformanceSetSchedulerPolicy()
/frameworks/native/services/vr/performanced/
Dperformance_service.cpp402 case PerformanceRPC::SetSchedulerPolicy::Opcode: in HandleMessage()
403 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in HandleMessage()
Dperformance_service_tests.cpp137 TEST(PerformanceTest, SetSchedulerPolicy) { in TEST() argument
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp604 static void SetSchedulerPolicy(fail_fn_t fail_fn) { in SetSchedulerPolicy() function
1095 SetSchedulerPolicy(fail_fn); in SpecializeCommon()