Home
last modified time | relevance | path

Searched defs:GetProperty (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/hardware/qcom/sdm845/display/libdebug/
H A Ddebug_handler.cpp44 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 Ddebug_handler.cpp44 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 Ddebug_handler.cpp44 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 Dproperties.cpp20 rust::String GetProperty(rust::Str key, rust::Str default_value) { in GetProperty() function
H A Dlib.rs29 fn GetProperty(key: &str, default_value: &str) -> String; in GetProperty() function
/aosp12/frameworks/native/cmds/installd/
H A Dsystem_properties.h51 const std::string* GetProperty(const std::string& key) const { in GetProperty() function
/aosp12/system/core/fs_mgr/liblp/
H A Dproperty_fetcher.cpp26 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 Ddebug.cpp221 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 Ddebug.cpp221 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 Ddebug.cpp233 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 Dhwc_debugger.cpp169 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 Dhwc_debugger.cpp165 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 Dhwc_debugger.cpp171 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 Dhwc_debugger.cpp234 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 Dhwc_debugger.cpp220 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 Dhwc_debugger.cpp234 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 Dbuild_info.cpp84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty() function in BuildInfo
H A Dsimulator_runtime.cpp38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty() function in SimulatorRuntime
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_debugger.cpp204 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 Ddebug.h102 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 Ddebug.h101 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 Ddebug.h95 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 Ddebug.h102 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 Ddebug.cpp143 bool Debug::GetProperty(const char* property_name, char* value) { in GetProperty() function in sdm::Debug
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.cc88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty() function in bttest::BluetoothTest

12