Loading automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleApPowerStateShutdownParam.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ enum VehicleApPowerStateShutdownParam { SLEEP_IMMEDIATELY = 4, HIBERNATE_IMMEDIATELY = 5, CAN_HIBERNATE = 6, EMERGENCY_SHUTDOWN = 7, } automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleApPowerStateShutdownParam.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -45,4 +45,8 @@ enum VehicleApPowerStateShutdownParam { * AP can enter hibernation (suspend to disk) instead of shutting down completely. */ CAN_HIBERNATE = 6, /** * AP must shutdown (gracefully) without a delay. */ EMERGENCY_SHUTDOWN = 7, } Loading
automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/VehicleApPowerStateShutdownParam.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,5 @@ enum VehicleApPowerStateShutdownParam { SLEEP_IMMEDIATELY = 4, HIBERNATE_IMMEDIATELY = 5, CAN_HIBERNATE = 6, EMERGENCY_SHUTDOWN = 7, }
automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleApPowerStateShutdownParam.aidl +4 −0 Original line number Diff line number Diff line Loading @@ -45,4 +45,8 @@ enum VehicleApPowerStateShutdownParam { * AP can enter hibernation (suspend to disk) instead of shutting down completely. */ CAN_HIBERNATE = 6, /** * AP must shutdown (gracefully) without a delay. */ EMERGENCY_SHUTDOWN = 7, }