/aosp12/bionic/tests/ |
H A D | system_properties_test2.cpp | 52 const std::string property_name = property_prefix + "property1"; in TEST() local 139 const std::string property_name = property_prefix + "property1"; in TEST() local 162 const std::string property_name = ss.str(); in TEST() local
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/utils/ |
H A D | debug.cpp | 143 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() 151 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
H A D | hwc_debugger.cpp | 169 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 180 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() 188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
H A D | hwc_debugger.cpp | 165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() 184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_debugger.cpp | 171 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 182 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() 190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
H A D | hwc_debugger.cpp | 204 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 215 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() 223 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) { in SetProperty()
|
/aosp12/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 110 std::string property_name = android::base::StringPrintf("init.svc.%s", name); in isRunning() local
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/ |
H A D | debug.cpp | 199 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() 207 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/ |
H A D | debug.cpp | 200 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() 208 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/ |
H A D | debug.cpp | 207 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() 215 bool Debug::SetProperty(const char* property_name, const char* value) { in SetProperty()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/ |
H A D | debug.cpp | 221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() 229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/ |
H A D | debug.cpp | 221 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() 229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty()
|
/aosp12/bionic/linker/ |
H A D | linker_logger.cpp | 82 std::string property_name = std::string("debug.ld.app.") + process_name; in GetAppSpecificProperty() local
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/ |
H A D | debug.cpp | 233 DisplayError Debug::GetProperty(const char *property_name, char *value) { in GetProperty() 241 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty()
|
/aosp12/bionic/libc/private/ |
H A D | CachedProperty.h | 41 explicit CachedProperty(const char* property_name) in CachedProperty()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_debugger.cpp | 234 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 245 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_debugger.cpp | 220 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 231 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_debugger.cpp | 234 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() 245 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty()
|
/aosp12/hardware/qcom/sm7250/display/sde-drm/ |
H A D | drm_dpps_mgr_imp.cpp | 153 std::string property_name(info->name); in InitCrtcProps() local 189 std::string property_name(info->name); in InitConnProps() local
|
H A D | drm_crtc.cpp | 266 string property_name(info->name); in ParseProperties() local
|
H A D | drm_plane.cpp | 536 string property_name(info->name); in ParseProperties() local
|
/aosp12/packages/modules/adb/daemon/ |
H A D | property_monitor.cpp | 35 static bool FindProperty(const std::string& property_name, PropertyMonitorData* data) { in FindProperty()
|
H A D | property_monitor_test.cpp | 65 std::string property_name) { in RegisterCallback()
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | display_service.cpp | 203 std::string property_name; in OnGetConfigurationData() local
|
/aosp12/system/libbase/ |
H A D | properties.cpp | 224 CachedProperty::CachedProperty(const char* property_name) in CachedProperty()
|