HomeSort by relevance Sort by last modified time
    Searched refs:SetSchedulerPolicy (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/vr/libdvr/
dvr_performance.cpp 13 return client->SetSchedulerPolicy(task_id, scheduler_policy);
  /frameworks/native/libs/vr/libperformance/include/private/dvr/
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);
performance_rpc.h 33 PDX_REMOTE_METHOD(SetSchedulerPolicy, kOpSetSchedulerPolicy,
  /frameworks/native/libs/vr/libperformance/
performance_client.cpp 40 int PerformanceClient::SetSchedulerPolicy(pid_t task_id,
46 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(task_id,
50 int PerformanceClient::SetSchedulerPolicy(pid_t task_id,
56 InvokeRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(
128 return client->SetSchedulerPolicy(task_id, scheduler_policy);
  /frameworks/native/services/vr/performanced/
performance_service.cpp 371 case PerformanceRPC::SetSchedulerPolicy::Opcode:
372 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(
performance_service_tests.cpp 137 TEST(PerformanceTest, SetSchedulerPolicy) {
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 302 static void SetSchedulerPolicy(JNIEnv* env) {
628 SetSchedulerPolicy(env);

Completed in 169 milliseconds