Searched refs:prop_info_ (Results 1 – 1 of 1) sorted by relevance
43 prop_info_(nullptr), in CachedProperty()64 if (prop_info_ == nullptr) { in Get()69 prop_info_ = __system_property_find(property_name_); in Get()74 if (prop_info_ != nullptr) { in Get()76 uint32_t property_serial = __system_property_serial(prop_info_); in Get()78 __system_property_read_callback(prop_info_, &CachedProperty::Callback, this); in Get()89 const prop_info* prop_info_; variable