Home
last modified time | relevance | path

Searched defs:CELSIUS (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/
DVehicleUnit.aidl46 CELSIUS = 48, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehicleUnit.aidl46 CELSIUS = 0x30, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehicleUnit.aidl46 CELSIUS = 0x30, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehicleUnit.aidl46 CELSIUS = 0x30, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DVehicleUnit.aidl34 CELSIUS = 0x30, enumConstant
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp3476 float CELSIUS = static_cast<float>(toInt(VehicleUnit::CELSIUS)); in TEST_F() local