Loading power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionMode.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,5 @@ package android.hardware.power; @Backing(type="int") @VintfStability enum SessionMode { POWER_EFFICIENCY, GRAPHICS_PIPELINE, } power/aidl/android/hardware/power/SessionMode.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,11 @@ enum SessionMode { * and can be safely scheduled to prefer power efficiency. */ POWER_EFFICIENCY, /** * This mode indicates that the threads associated with this hint session * are part of the graphics pipeline, implying that they are on a critical path * which will be called of higher priority in terms of CPU resources and scheduling. */ GRAPHICS_PIPELINE, } Loading
power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionMode.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,5 @@ package android.hardware.power; @Backing(type="int") @VintfStability enum SessionMode { POWER_EFFICIENCY, GRAPHICS_PIPELINE, }
power/aidl/android/hardware/power/SessionMode.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -25,4 +25,11 @@ enum SessionMode { * and can be safely scheduled to prefer power efficiency. */ POWER_EFFICIENCY, /** * This mode indicates that the threads associated with this hint session * are part of the graphics pipeline, implying that they are on a critical path * which will be called of higher priority in terms of CPU resources and scheduling. */ GRAPHICS_PIPELINE, }