Searched refs:SetSchedulerPolicy (Results 1 - 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libdvr/ |
H A D | dvr_performance.cpp | 13 return client->SetSchedulerPolicy(task_id, scheduler_policy);
|
/frameworks/native/libs/vr/libperformance/include/private/dvr/ |
H A 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);
|
H A D | performance_rpc.h | 33 PDX_REMOTE_METHOD(SetSchedulerPolicy, kOpSetSchedulerPolicy,
|
/frameworks/native/libs/vr/libperformance/ |
H A D | performance_client.cpp | 40 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 D | performance_service.cpp | 371 case PerformanceRPC::SetSchedulerPolicy::Opcode: 372 DispatchRemoteMethod<PerformanceRPC::SetSchedulerPolicy>(
|
H A D | performance_service_tests.cpp | 137 TEST(PerformanceTest, SetSchedulerPolicy) {
|
/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 342 static bool SetSchedulerPolicy(std::string* error_msg) { function in namespace:__anon928 723 if (!SetSchedulerPolicy(&error_msg)) {
|
Completed in 565 milliseconds