/aosp12/hardware/qcom/sdm845/display/libdebug/ |
H A D | debug_handler.cpp | 44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler 45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
|
/aosp12/hardware/qcom/sm7250/display/libdebug/ |
H A D | debug_handler.cpp | 44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler 45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
|
/aosp12/hardware/qcom/sm8150/display/libdebug/ |
H A D | debug_handler.cpp | 44 virtual int GetProperty(const char *, int *) { return -1; } in GetProperty() function in display::DefaultDebugHandler 45 virtual int GetProperty(const char *, char *) { return -1; } in GetProperty() function in display::DefaultDebugHandler
|
/aosp12/system/extras/profcollectd/libprofcollectd/bindings/libbase/ |
H A D | properties.cpp | 20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty() function
|
H A D | lib.rs | 29 fn GetProperty(key: &str, default_value: &str) -> String; in GetProperty() function
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | system_properties.h | 51 const std::string* GetProperty(const std::string& key) const { in GetProperty() function
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | property_fetcher.cpp | 26 std::string PropertyFetcher::GetProperty(const std::string& key, const std::string& default_value) { in GetProperty() function in android::fs_mgr::PropertyFetcher
|
/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() function in sdm::Debug 229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
|
/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() function in sdm::Debug 229 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
|
/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() function in sdm::Debug 241 DisplayError Debug::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::Debug
|
/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() function in sdm::HWCDebugHandler 180 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/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() function in sdm::HWCDebugHandler 176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/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() function in sdm::HWCDebugHandler 182 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_debugger.cpp | 234 int HWCDebugHandler::GetProperty(const char *property_name, int *value) { in GetProperty() function in sdm::HWCDebugHandler 245 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/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() function in sdm::HWCDebugHandler 231 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/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() function in sdm::HWCDebugHandler 245 int HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/aosp12/bootable/recovery/updater/ |
H A D | build_info.cpp | 84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty() function in BuildInfo
|
H A D | simulator_runtime.cpp | 38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty() function in SimulatorRuntime
|
/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() function in sdm::HWCDebugHandler 215 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) { in GetProperty() function in sdm::HWCDebugHandler
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | debug.h | 102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function 105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | debug.h | 101 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function 104 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | debug.h | 95 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function 98 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | debug.h | 102 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) { in GetProperty() function 105 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) { in GetProperty() function
|
/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() function in sdm::Debug
|
/aosp12/system/bt/test/suite/adapter/ |
H A D | bluetooth_test.cc | 88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() function in bttest::BluetoothTest
|