Home | History | Annotate | Download | only in hvac

Lines Matching defs:hvac

17 package android.car.hardware.hvac;
40 * API for controlling HVAC system in cars
52 * HVAC property IDs for get/set methods
55 * Global HVAC properties. There is only a single instance in a car.
103 * HVAC system powered on / off, bool type
104 * In many vehicles, if the HVAC system is powered off, the SET and GET command will
105 * throw an IllegalStateException. To correct this, need to turn on the HVAC module first
141 * true indicates HVAC is in automatic mode
223 * subscribed Car HVAC properties.
338 * Get list of properties available to Car Hvac Manager
339 * @return List of CarPropertyConfig objects available via Car Hvac Manager.