Searched refs:SetSchedulerPolicy (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libperformance/ |
D | performance_client.cpp | 40 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/ |
D | performance_client.h | 17 int SetSchedulerPolicy(pid_t task_id, const std::string& scheduler_policy); 18 int SetSchedulerPolicy(pid_t task_id, const char* scheduler_policy);
|
D | performance_rpc.h | 33 PDX_REMOTE_METHOD(SetSchedulerPolicy, kOpSetSchedulerPolicy,
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_performance.cpp | 13 return client->SetSchedulerPolicy(task_id, scheduler_policy); in dvrPerformanceSetSchedulerPolicy()
|
/frameworks/native/services/vr/performanced/ |
D | performance_service.cpp | 402 case PerformanceRPC::SetSchedulerPolicy::Opcode: in HandleMessage() 403 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>( in HandleMessage()
|
D | performance_service_tests.cpp | 137 TEST(PerformanceTest, SetSchedulerPolicy) { in TEST() argument
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 604 static void SetSchedulerPolicy(fail_fn_t fail_fn) { in SetSchedulerPolicy() function 1095 SetSchedulerPolicy(fail_fn); in SpecializeCommon()
|