Home
last modified time | relevance | path

Searched defs:FAHRENHEIT (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.aidl47 FAHRENHEIT = 49, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehicleUnit.aidl47 FAHRENHEIT = 0x31, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehicleUnit.aidl47 FAHRENHEIT = 0x31, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehicleUnit.aidl47 FAHRENHEIT = 0x31, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DVehicleUnit.aidl35 FAHRENHEIT = 0x31, enumConstant
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp3477 float FAHRENHEIT = static_cast<float>(toInt(VehicleUnit::FAHRENHEIT)); in TEST_F() local