Searched refs:prop_info (Results 1 – 11 of 11) sorted by relevance
/system/librustutils/ |
D | system_properties.rs | 28 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/ |
D | properties.h | 27 struct prop_info; 103 const prop_info* prop_info_;
|
/system/libbase/ |
D | properties.cpp | 112 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/ |
D | trace-dev.inc | 65 // 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);
|
D | trace-dev.cpp | 58 const prop_info* new_pi = __system_property_find("debug.atrace.tags.enableflags"); in atrace_seq_number_changed()
|
D | properties.cpp | 109 static void property_list_callback(const prop_info* pi, void* data) { in property_list_callback()
|
/system/core/toolbox/ |
D | getprop.cpp | 41 [](const prop_info* pi, void* cookie) { in PrintAllProperties()
|
/system/logging/liblog/ |
D | properties.cpp | 57 const prop_info* pinfo;
|
/system/core/init/ |
D | persistent_properties.cpp | 210 [](const prop_info* pi, void* cookie) { in LoadPersistentPropertiesFromMemory()
|
D | property_service.cpp | 410 prop_info* pi = (prop_info*)__system_property_find(name.c_str()); in PropertySet()
|
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 91 const prop_info* pi = __system_property_find(name); in property_parse_bool()
|