/device/generic/goldfish-opengl/system/hwc3/ |
D | Common.cpp | 25 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()
|
D | Device.cpp | 35 return ::android::base::GetProperty("ro.hardware.vulkan", "") == "pastel"; in shouldUseGuestComposer() 38 std::string getPmemPath() { return ::android::base::GetProperty("ro.vendor.hwcomposer.pmem", ""); } in getPmemPath()
|
D | DisplayFinder.cpp | 33 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/ |
D | fake_android_property_manager.cpp | 16 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/ |
D | init_thermal_config.cpp | 23 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/ |
D | remote_keymaster.cpp | 88 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/ |
D | android_property_manager_impl.cpp | 14 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/ |
D | DumpstateDevice.cpp | 27 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/ |
D | fake_android_property_manager.h | 19 std::string GetProperty(const std::string& key, 47 android::base::Result<std::string> GetProperty(const std::string& key);
|
/device/google/tangorpro/lights/ |
D | led_lut_calibrator.cpp | 26 using ::android::base::GetProperty; 66 std::string cdt_hwid = GetProperty("ro.boot.cdt_hwid", ""); in ReadCalibrationTable()
|
/device/google/gs-common/storage/ |
D | dump_storage.cpp | 97 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/ |
D | DumpstateDevice.cpp | 251 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/ |
D | DumpstateDevice.cpp | 252 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/ |
D | Usb.cpp | 40 using android::base::GetProperty; 686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection() 687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
|
/device/google/barbet/usb/usb/ |
D | Usb.cpp | 40 using android::base::GetProperty; 686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection() 687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
|
/device/google/redfin/usb/usb/ |
D | Usb.cpp | 40 using android::base::GetProperty; 686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection() 687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
|
/device/google/coral/usb/usb/ |
D | Usb.cpp | 40 using android::base::GetProperty; 686 string disable = GetProperty(kDisableContatminantDetection, ""); in enableContaminantPresenceDetection() 687 std::string status = GetProperty(kConsole, ""); in enableContaminantPresenceDetection()
|
/device/generic/goldfish/camera/ |
D | exif.cpp | 165 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/ |
D | dump_sensors.cpp | 28 std::string hwRev = ::android::base::GetProperty("ro.boot.hardware.revision", ""); in main()
|
/device/google/gs-common/modem/android_property_manager/impl/include/ |
D | android_property_manager_impl.h | 17 std::string GetProperty(const std::string& key,
|
/device/google/gs-common/modem/android_property_manager/include/ |
D | android_property_manager.h | 20 virtual std::string GetProperty(const std::string& key,
|
/device/google/gs-common/modem/dump_modemlog/ |
D | modem_log_dumper.cpp | 55 return android_property_manager_.GetProperty(kModemLoggingPathProperty.data(), in allowedToStopModemLogging()
|
/device/google/gs-common/radio/ |
D | dump_radio.cpp | 44 …std::string rilLogDir = ::android::base::GetProperty(RIL_LOG_DIRECTORY_PROPERTY, RIL_LOG_DIRECTORY… in main()
|
/device/google/raviole/powerstats/oriole/ |
D | service.cpp | 63 std::string rev = android::base::GetProperty(kBootRevision, ""); in addDisplay()
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 249 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()
|