Searched refs:getMaxInt64Value (Results 1 – 12 of 12) sorted by relevance
51 public abstract long getMaxInt64Value(); in getMaxInt64Value() method in HalAreaConfig
75 public long getMaxInt64Value() { in getMaxInt64Value() method in AidlHalAreaConfig
79 public long getMaxInt64Value() { in getMaxInt64Value() method in HidlHalAreaConfig
159 halAreaConfig.getMinInt64Value(), halAreaConfig.getMaxInt64Value(), in toCarPropertyConfig()
1429 area.getMaxInt32Value(), area.getMinInt64Value(), area.getMaxInt64Value()); in dumpPropertyConfigsHelp()
40 virtual int64_t getMaxInt64Value() const = 0;
48 int64_t getMaxInt64Value() const override;
49 int64_t getMaxInt64Value() const override;
103 int64_t HidlHalAreaConfig::getMaxInt64Value() const { in getMaxInt64Value() function in android::frameworks::automotive::vhal::HidlHalAreaConfig
107 int64_t AidlHalAreaConfig::getMaxInt64Value() const { in getMaxInt64Value() function in android::frameworks::automotive::vhal::AidlHalAreaConfig
211 assertThat(halAreaConfig.getMaxInt64Value()).isEqualTo(MAX_INT64_VALUE); in testAidlHalPropConfigWithArea()256 assertThat(halAreaConfig.getMaxInt64Value()).isEqualTo(MAX_INT64_VALUE); in testHidlHalPropConfigWithArea()
880 long maxInt64Value = areaConfig.getMaxInt64Value(); in withinRange()