Home
last modified time | relevance | path

Searched refs:requestCpusetBoost (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/utils/
DSchedulingPolicyService.cpp62 int requestCpusetBoost(bool enable, const sp<IInterface> &client) in requestCpusetBoost() function
78 ret = sps->requestCpusetBoost(enable, client); in requestCpusetBoost()
DISchedulingPolicyService.h32 virtual int requestCpusetBoost(bool enable, const sp<IInterface>& client) = 0;
DISchedulingPolicyService.cpp65 virtual int requestCpusetBoost(bool enable, const sp<IInterface>& client) in requestCpusetBoost() function in android::BpSchedulingPolicyService
/frameworks/base/core/java/android/os/
DISchedulingPolicyService.aidl42 int requestCpusetBoost(boolean enable, IBinder client); in requestCpusetBoost() method
/frameworks/av/media/utils/include/mediautils/
DSchedulingPolicyService.h38 int requestCpusetBoost(bool enable, const sp<IInterface> &client);
/frameworks/base/services/core/java/com/android/server/os/
DSchedulingPolicyService.java48 requestCpusetBoost(false /*enable*/, null /*client*/);
118 public int requestCpusetBoost(boolean enable, IBinder client) { in requestCpusetBoost() method in SchedulingPolicyService
/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp252 if (requestCpusetBoost(true, this) != OK) { in addResource()
291 requestCpusetBoost(false, this); in removeResource()
/frameworks/base/config/
Dboot-image-profile.txt27826 HSPLandroid/os/ISchedulingPolicyService;->requestCpusetBoost(ZLandroid/os/IBinder;)I