Searched defs:getMaxFloatValue (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ | ||
D | HalAreaConfig.java | 56 public abstract float getMaxFloatValue(); in getMaxFloatValue() method in HalAreaConfig |
D | HidlHalAreaConfig.java | 83 public float getMaxFloatValue() { in getMaxFloatValue() method in HidlHalAreaConfig |
D | AidlHalAreaConfig.java | 83 public float getMaxFloatValue() { in getMaxFloatValue() method in AidlHalAreaConfig |
/packages/services/Car/cpp/vhal/client/src/ | ||
D | AidlHalPropConfig.cpp | 102 float AidlHalAreaConfig::getMaxFloatValue() const { in getMaxFloatValue() function in android::frameworks::automotive::vhal::AidlHalAreaConfig |
D | HidlHalPropConfig.cpp | 102 float HidlHalAreaConfig::getMaxFloatValue() const { in getMaxFloatValue() function in android::frameworks::automotive::vhal::HidlHalAreaConfig |