Home
last modified time | relevance | path

Searched refs:GetProperty (Results 1 – 25 of 44) sorted by relevance

12

/device/generic/goldfish-opengl/system/hwc3/
DCommon.cpp25 const std::string product_name = ::android::base::GetProperty("ro.product.name", ""); in IsAutoDevice()
29 bool IsCuttlefish() { return ::android::base::GetProperty("ro.product.board", "") == "cutf"; } in IsCuttlefish()
32 return IsCuttlefish() && ::android::base::GetProperty("ro.product.name", "").find("foldable") != in IsCuttlefishFoldable()
37 const std::string mode = ::android::base::GetProperty("ro.vendor.hwcomposer.mode", ""); in IsInNoOpCompositionMode()
43 const std::string mode = ::android::base::GetProperty("ro.vendor.hwcomposer.mode", ""); in IsInClientCompositionMode()
50 ::android::base::GetProperty("ro.vendor.hwcomposer.display_finder_mode", ""); in IsInGem5DisplayFinderMode()
58 ::android::base::GetProperty("ro.vendor.hwcomposer.display_finder_mode", ""); in IsInNoOpDisplayFinderMode()
66 ::android::base::GetProperty("ro.vendor.hwcomposer.display_finder_mode", ""); in IsInDrmDisplayFinderMode()
DDevice.cpp35 return ::android::base::GetProperty("ro.hardware.vulkan", "") == "pastel"; in shouldUseGuestComposer()
38 std::string getPmemPath() { return ::android::base::GetProperty("ro.vendor.hwcomposer.pmem", ""); } in getPmemPath()
DDisplayFinder.cpp33 const auto vsyncProp = ::android::base::GetProperty(kVsyncProp, ""); in getVsyncHzFromProperty()
95 const std::string propVal = ::android::base::GetProperty(propName, ""); in parseExternalDisplaysFromProperties()
/device/google/gs-common/modem/android_property_manager/fake/
Dfake_android_property_manager.cpp16 auto value_result = GetProperty(key); in GetBoolProperty()
20 std::string FakeAndroidPropertyManager::GetProperty( in GetProperty() function in pixel_modem::FakeAndroidPropertyManager
22 auto value_result = GetProperty(key); in GetProperty()
30 auto property_result = GetProperty(key); in GetIntProperty()
70 android::base::Result<std::string> FakeAndroidPropertyManager::GetProperty( in GetProperty() function in pixel_modem::FakeAndroidPropertyManager
/device/google/comet/thermal/
Dinit_thermal_config.cpp23 using android::base::GetProperty;
25 const auto cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in useThermalWingBoardConfig()
34 const auto panel_drv = GetProperty("ro.boot.primary_panel_drv", ""); in useThermalBackupConfig()
41 const auto hardware_revision = GetProperty("ro.boot.hardware.revision", ""); in useThermalBackupConfig()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp88 auto boot_prop_value = android::base::GetProperty(boot_prop_name, ""); in Initialize()
126 android::base::GetProperty(brand_prop_name, ""); in Initialize()
128 android::base::GetProperty(device_prop_name, ""); in Initialize()
130 android::base::GetProperty(product_prop_name, ""); in Initialize()
132 android::base::GetProperty(serial_prop_name, ""); in Initialize()
134 android::base::GetProperty(manufacturer_prop_name, ""); in Initialize()
136 android::base::GetProperty(model_prop_name, ""); in Initialize()
/device/google/gs-common/modem/android_property_manager/impl/
Dandroid_property_manager_impl.cpp14 std::string AndroidPropertyManagerImpl::GetProperty( in GetProperty() function in pixel_modem::AndroidPropertyManagerImpl
16 return android::base::GetProperty(key, default_value); in GetProperty()
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp27 using android::base::GetProperty;
138 android::base::GetProperty(VENDOR_HELPER_SYSTEM_LOG_LOC_PROPERTY, ""); in dumpHelperSystem()
179 GetProperty(BOOT_HYPERVISOR_VERSION_PROPERTY, "missing/unavailable"); in dumpHelperSystem()
/device/google/gs-common/modem/android_property_manager/fake/include/
Dfake_android_property_manager.h19 std::string GetProperty(const std::string& key,
47 android::base::Result<std::string> GetProperty(const std::string& key);
/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp26 using ::android::base::GetProperty;
66 std::string cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in ReadCalibrationTable()
/device/google/gs-common/storage/
Ddump_storage.cpp97 std::string bootdevice = android::base::GetProperty( in main()
181 std::string build_type = android::base::GetProperty(BUILD_TYPE_PROPERTY, ""); in main()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp251 std::string modemLogDir = android::base::GetProperty(MODEM_LOG_LOC_PROPERTY, ""); in dumpModemThread()
257 std::string filePrefix = android::base::GetProperty(MODEM_LOG_PREFIX_PROPERTY, ""); in dumpModemThread()
507 std::string bootdev = android::base::GetProperty(UFS_BOOTDEVICE, ""); in DumpUFS()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp252 std::string modemLogDir = android::base::GetProperty(MODEM_LOG_LOC_PROPERTY, ""); in dumpModemThread()
258 std::string filePrefix = android::base::GetProperty(MODEM_LOG_PREFIX_PROPERTY, ""); in dumpModemThread()
666 std::string hwVersion = android::base::GetProperty(HW_VERSION_PROPERTY, ""); in dumpstateBoard_1_1()
/device/google/sunfish/usb/usb/
DUsb.cpp40 using android::base::GetProperty;
686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection()
687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
/device/google/barbet/usb/usb/
DUsb.cpp40 using android::base::GetProperty;
686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection()
687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
/device/google/redfin/usb/usb/
DUsb.cpp40 using android::base::GetProperty;
686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection()
687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
/device/google/coral/usb/usb/
DUsb.cpp40 using android::base::GetProperty;
686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection()
687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
/device/generic/goldfish/camera/
Dexif.cpp165 const std::string v = base::GetProperty("ro.product.manufacturer", ""); in createExifData()
170 const std::string v = base::GetProperty("ro.product.model", ""); in createExifData()
/device/google/gs-common/sensors/
Ddump_sensors.cpp28 std::string hwRev = ::android::base::GetProperty("ro.boot.hardware.revision", ""); in main()
/device/google/gs-common/modem/android_property_manager/impl/include/
Dandroid_property_manager_impl.h17 std::string GetProperty(const std::string& key,
/device/google/gs-common/modem/android_property_manager/include/
Dandroid_property_manager.h20 virtual std::string GetProperty(const std::string& key,
/device/google/gs-common/modem/dump_modemlog/
Dmodem_log_dumper.cpp55 return android_property_manager_.GetProperty(kModemLoggingPathProperty.data(), in allowedToStopModemLogging()
/device/google/gs-common/radio/
Ddump_radio.cpp44 …std::string rilLogDir = ::android::base::GetProperty(RIL_LOG_DIRECTORY_PROPERTY, RIL_LOG_DIRECTORY… in main()
/device/google/raviole/powerstats/oriole/
Dservice.cpp63 std::string rev = android::base::GetProperty(kBootRevision, ""); in addDisplay()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp249 std::string modemLogDir = android::base::GetProperty(MODEM_LOG_LOC_PROPERTY, ""); in dumpModemThread()
255 std::string filePrefix = android::base::GetProperty(MODEM_LOG_PREFIX_PROPERTY, ""); in dumpModemThread()

12