Searched refs:getFloatProperty (Results 1 – 8 of 8) sorted by relevance
131 float temp = mCarHvacManager.getFloatProperty(HvacPropertyId.ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()137 temp = mCarHvacManager.getFloatProperty(HvacPropertyId.ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()
327 mCurDTemp = mCarHvacManager.getFloatProperty( in configureTempSetpoint()370 mCurPTemp = mCarHvacManager.getFloatProperty( in configureTempSetpoint()
108 float v = mHal.getVehicleNetwork().getFloatProperty(prop.getProp()); in getFloat()
111 status_t getFloatProperty(int32_t property, float* value, int64_t* timestamp);
269 public float getFloatProperty(int prop, int area) throws CarNotConnectedException { in getFloatProperty() method in CarHvacManager
221 status_t VehicleNetwork::getFloatProperty(int32_t property, float* value, int64_t* timestamp) { in getFloatProperty() function in android::VehicleNetwork
350 public float getFloatProperty(int property) throws IllegalArgumentException, in getFloatProperty() method in VehicleNetwork
590 method public float getFloatProperty(int, int) throws android.car.CarNotConnectedException;