Loading power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionHint.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -41,4 +41,5 @@ enum SessionHint { POWER_EFFICIENCY = 4, GPU_LOAD_UP = 5, GPU_LOAD_DOWN = 6, GPU_LOAD_RESET = 7, } power/aidl/android/hardware/power/SessionHint.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -65,4 +65,11 @@ enum SessionHint { * this hint session can reduce GPU resources and still meet the target duration. */ GPU_LOAD_DOWN = 6, /** * This hint indicates an upcoming GPU workload that is completely changed and * unknown. It means that the hint session should reset GPU resources to a known * baseline to prepare for an arbitrary load, and must wake up if inactive. */ GPU_LOAD_RESET = 7, } Loading
power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionHint.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -41,4 +41,5 @@ enum SessionHint { POWER_EFFICIENCY = 4, GPU_LOAD_UP = 5, GPU_LOAD_DOWN = 6, GPU_LOAD_RESET = 7, }
power/aidl/android/hardware/power/SessionHint.aidl +7 −0 Original line number Diff line number Diff line Loading @@ -65,4 +65,11 @@ enum SessionHint { * this hint session can reduce GPU resources and still meet the target duration. */ GPU_LOAD_DOWN = 6, /** * This hint indicates an upcoming GPU workload that is completely changed and * unknown. It means that the hint session should reset GPU resources to a known * baseline to prepare for an arbitrary load, and must wake up if inactive. */ GPU_LOAD_RESET = 7, }