Searched refs:prop_info_ (Results 1 – 2 of 2) sorted by relevance
226 prop_info_(nullptr), in CachedProperty()238 if (prop_info_ == nullptr) { in Get()243 prop_info_ = __system_property_find(property_name_.c_str()); in Get()248 if (prop_info_ != nullptr) { in Get()250 uint32_t property_serial = __system_property_serial(prop_info_); in Get()253 prop_info_, in Get()
91 const prop_info* prop_info_; variable