Searched refs:getUintProperty (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/ | ||
D | utils-common.cpp | 31 uint64_t PropertyFetcher::getUintProperty(const std::string&, uint64_t, in getUintProperty() function in android::vintf::details::PropertyFetcher |
D | utils.cpp | 43 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::DevicePropertyFetcher |
D | utils.h | 149 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, |
D | check_vintf.cpp | 92 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue, in getUintProperty() function in android::vintf::details::PresetPropertyFetcher |
D | VintfObject.cpp | 128 auto shippingApi = getPropertyFetcher().getUintProperty("ro.product.first_api_level", 0u); in GetCombinedFrameworkMatrix() |