Home
last modified time | relevance | path

Searched defs:prop_info (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dprop_info.h44 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 Dprop_info.cpp38 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 Ddrm_pp_manager.cpp53 DRMPPPropInfo prop_info = {}; in ~DRMPPManager() local
231 struct DRMPPPropInfo *prop_info, in SetPPBlobProperty()
H A Ddrm_dpps_mgr_imp.cpp410 struct DRMDppsPropInfo* prop_info; in GetDppsFeatureInfo() local
/aosp12/bionic/libc/include/sys/
H A Dsystem_properties.h39 typedef struct prop_info prop_info; typedef
/aosp12/packages/modules/adb/daemon/
H A Dproperty_monitor.h32 const prop_info* prop_info; member
/aosp12/system/security/keystore2/system_property/
H A Dlib.rs65 prop_info: *const PropInfo, field
128 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable