HomeSort by relevance Sort by last modified time
    Searched refs:getUintProperty (Results 1 - 5 of 5) sorted by null

  /system/libvintf/
utils-common.cpp 31 uint64_t PropertyFetcher::getUintProperty(const std::string&, uint64_t,
utils.cpp 43 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
45 return android::base::GetUintProperty(key, defaultValue, max);
utils.h 149 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
check_vintf.cpp 92 uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
VintfObject.cpp 128 auto shippingApi = getPropertyFetcher().getUintProperty("ro.product.first_api_level", 0u);

Completed in 3827 milliseconds