Searched refs:outval (Results 1 – 1 of 1) sorted by relevance
182 bool HwCalBase::getProperty(const char *key, T *outval, const T defval) { in getProperty() argument184 *outval = utils::getProperty(mPropertyPrefix + key, defval); in getProperty()