Searched defs:prop_info (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/system_properties/include/system_properties/ |
H A D | prop_info.h | 44 struct prop_info { struct 48 constexpr static uint32_t kLongFlag = 1 << 16; 55 constexpr static size_t kLongLegacyErrorBufferSize = 56; 82 prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen); argument
|
/aosp12/bionic/libc/system_properties/ |
H A D | prop_info.cpp | 38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info() function in prop_info 46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info() function in prop_info
|
/aosp12/hardware/qcom/sm7250/display/sde-drm/ |
H A D | drm_pp_manager.cpp | 53 DRMPPPropInfo prop_info = {}; in ~DRMPPManager() local 231 struct DRMPPPropInfo *prop_info, in SetPPBlobProperty()
|
H A D | drm_dpps_mgr_imp.cpp | 410 struct DRMDppsPropInfo* prop_info; in GetDppsFeatureInfo() local
|
/aosp12/bionic/libc/include/sys/ |
H A D | system_properties.h | 39 typedef struct prop_info prop_info; typedef
|
/aosp12/packages/modules/adb/daemon/ |
H A D | property_monitor.h | 32 const prop_info* prop_info; member
|
/aosp12/system/security/keystore2/system_property/ |
H A D | lib.rs | 65 prop_info: *const PropInfo, field 128 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable
|