Loading power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/Mode.aidl +2 −1 Original line number Diff line number Diff line Loading @@ -49,5 +49,6 @@ enum Mode { CAMERA_STREAMING_LOW = 12, CAMERA_STREAMING_MID = 13, CAMERA_STREAMING_HIGH = 14, GAME_LOADING = 15, GAME = 15, GAME_LOADING = 16, } power/aidl/android/hardware/power/Mode.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,11 @@ enum Mode { */ CAMERA_STREAMING_HIGH, /** * This mode indicates that user is playing a game. */ GAME, /** * This mode indicates that the user is waiting for loading in a game. */ Loading Loading
power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/Mode.aidl +2 −1 Original line number Diff line number Diff line Loading @@ -49,5 +49,6 @@ enum Mode { CAMERA_STREAMING_LOW = 12, CAMERA_STREAMING_MID = 13, CAMERA_STREAMING_HIGH = 14, GAME_LOADING = 15, GAME = 15, GAME_LOADING = 16, }
power/aidl/android/hardware/power/Mode.aidl +5 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,11 @@ enum Mode { */ CAMERA_STREAMING_HIGH, /** * This mode indicates that user is playing a game. */ GAME, /** * This mode indicates that the user is waiting for loading in a game. */ Loading