Home
last modified time | relevance | path

Searched refs:prop_info (Results 1 – 11 of 11) sorted by relevance

/system/librustutils/
Dsystem_properties.rs28 use system_properties_bindgen::prop_info as PropInfo;
39 prop_info: *const PropInfo, field
46 Ok(Self { prop_name: CString::new(name)?, prop_info: null(), serial: 0 }) in new()
51 if self.prop_info.is_null() { in get_prop_info()
54 self.prop_info = unsafe { in get_prop_info()
58 if self.prop_info.is_null() { in get_prop_info()
61 Some(self.prop_info) in get_prop_info()
65 fn read_raw(prop_info: *const PropInfo, mut f: impl FnMut(Option<&CStr>, Option<&CStr>)) { in read_raw()
100 prop_info, in read_raw()
115 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable
[all …]
/system/libbase/include/android-base/
Dproperties.h27 struct prop_info;
103 const prop_info* prop_info_;
/system/libbase/
Dproperties.cpp112 const prop_info* pi = __system_property_find(key.c_str()); in GetProperty()
180 static const prop_info* WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation()
184 const prop_info* pi; in WaitForPropertyCreation()
199 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty()
/system/core/libcutils/
Dtrace-dev.inc65 // All zero prop_info that has a sequence number of 0. This is easier than
68 // prop_info is static_assert-ed to be 96 bytes, which cannot change due to
71 static const prop_info* atrace_property_info = reinterpret_cast<const prop_info*>(empty_pi);
Dtrace-dev.cpp58 const prop_info* new_pi = __system_property_find("debug.atrace.tags.enableflags"); in atrace_seq_number_changed()
Dproperties.cpp109 static void property_list_callback(const prop_info* pi, void* data) { in property_list_callback()
/system/core/toolbox/
Dgetprop.cpp41 [](const prop_info* pi, void* cookie) { in PrintAllProperties()
/system/logging/liblog/
Dproperties.cpp57 const prop_info* pinfo;
/system/core/init/
Dpersistent_properties.cpp210 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory()
Dproperty_service.cpp410 prop_info* pi = (prop_info*)__system_property_find(name.c_str()); in PropertySet()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp91 const prop_info* pi = __system_property_find(name); in property_parse_bool()