Home
last modified time | relevance | path

Searched defs:policyId (Results 1 – 8 of 8) sorted by relevance

/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/2/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl42 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
43 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/1/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl39 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
40 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/current/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl42 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
43 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl60 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
76 void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/
DICarPowerPolicyServer.aidl78 void applyPowerPolicy(in @utf8InCpp String policyId); in applyPowerPolicy()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/3/android/frameworks/automotive/powerpolicy/
DICarPowerPolicyServer.aidl41 void applyPowerPolicy(in @utf8InCpp String policyId); in applyPowerPolicy()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/
DICarPowerPolicyServer.aidl41 void applyPowerPolicy(in @utf8InCpp String policyId); in applyPowerPolicy()
/frameworks/base/services/core/java/com/android/server/cpu/
DCpuInfoReader.java198 int policyId = mStaticPolicyInfoById.keyAt(i); in readCpuInfos() local
425 int policyId = mCpuFreqPolicyDirsById.keyAt(i); in readStaticPolicyInfo() local
446 int policyId = mCpuFreqPolicyDirsById.keyAt(i); in readDynamicPolicyInfo() local
478 private long readAvgTimeInStateCpuFrequency(int policyId, File policyDir) { in readAvgTimeInStateCpuFrequency()