Searched refs:prop_info_ (Results 1 – 2 of 2) sorted by relevance
201 prop_info_(nullptr), in CachedProperty()213 if (prop_info_ == nullptr) { in Get()218 prop_info_ = __system_property_find(property_name_.c_str()); in Get()223 if (prop_info_ != nullptr) { in Get()225 uint32_t property_serial = __system_property_serial(prop_info_); in Get()228 prop_info_, in Get()
91 const prop_info* prop_info_; variable