/device/linaro/hikey/power/ |
D | power_hikey.c | 236 property_get(DEVFREQ_DDR_MIN_FREQ_PATH_PROP, devfreq_ddr_min_path, ""); in hikey_devfreq_init() 240 property_get(DEVFREQ_DDR_MIN_FREQ_BOOST_PROP, in hikey_devfreq_init() 244 property_get(DEVFREQ_GPU_MIN_FREQ_PATH_PROP, devfreq_gpu_min_path, ""); in hikey_devfreq_init() 248 property_get(DEVFREQ_GPU_MIN_FREQ_BOOST_PROP, in hikey_devfreq_init() 334 property_get(SCHEDTUNE_BOOST_VAL_PROP, schedtune_boost_interactive, in schedtune_power_init() 379 property_get(buf, hikey_cpufreq_clusters[i].path, ""); in hikey_cpufreq_init() 391 property_get(buf, hikey_cpufreq_clusters[i].low_power_max, ""); in hikey_cpufreq_init()
|
/device/google/cuttlefish/guest/hals/rild/ |
D | rild_cuttlefish.c | 154 if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, NULL)) { in main() 163 property_get("ro.boot.modem_simulator_ports", port, ""); in main() 204 property_get(LIB_ARGS_PROPERTY, args, ""); in main()
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | properties.h | 8 int property_get(const char* key, char* value, const char* default_value);
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 405 if (property_get(key, prop, nullptr) > 0) { in createFakeCameraImpl() 449 if (property_get("qemu.sf.fake_camera", prop, nullptr) != 0 ) { in waitForQemuSfFakeCameraPropertyAvailable() 468 if ((property_get("qemu.sf.fake_camera", prop, nullptr) > 0) && in isFakeCameraEmulationOn() 487 if (property_get(propQuery, prop, nullptr) > 0) { in getCameraHalVersion()
|
D | EmulatedFakeCamera.cpp | 43 if (property_get(key, prop, nullptr) > 0) { in EmulatedFakeCamera()
|
D | Exif.cpp | 360 property_get("ro.product.manufacturer", &prop[0], ""); in createExifDataCommon() 362 property_get("ro.product.model", &prop[0], ""); in createExifDataCommon()
|
D | EmulatedQemuCamera3.cpp | 1081 if (property_get(key, prop, nullptr) > 0) { in getCameraCapabilities()
|
/device/generic/goldfish/radio/rild/ |
D | rild_goldfish.c | 157 if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, NULL)) { in main() 202 property_get(LIB_ARGS_PROPERTY, args, ""); in main()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishOMXPlugin.cpp | 55 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useGoogleGoldfishComponentInstance() 70 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useAndroidGoldfishComponentInstance()
|
/device/generic/goldfish-opengl/fuchsia/ |
D | port.cc | 22 int property_get(const char* key, char* value, const char* default_value) { in property_get() function
|
/device/generic/goldfish/qemu-props/ |
D | qemu-props.cpp | 145 property_get("vendor.qemu.dev.bootcomplete", temp, ""); in main()
|
/device/google/cuttlefish/guest/commands/setup_wifi/ |
D | main.cpp | 136 property_get("ro.boot.wifi_mac_address", wifi_address, ""); in main()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | HostConnection.cpp | 103 property_get("ro.kernel.qemu.gltransport", transportValue, ""); in getConnectionTypeFromProperty() 108 property_get("ro.boot.hardware.gltransport", transportValue, ""); in getConnectionTypeFromProperty() 127 property_get("ro.kernel.qemu.gltransport.drawFlushInterval", flushValue, ""); in getDrawCallFlushIntervalFromProperty() 141 property_get("ro.hardware.gralloc", prop, ""); in getGrallocTypeFromProperty()
|
/device/google/wahoo/liblight/ |
D | lights.c | 104 property_get(CG_COLOR_ID_PROPERTY, color_id_prop, "DEF00"); in init_globals()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 86 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_FIRST, prop_value, "0") > 0) in __ump_alloc_should_fail() 91 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_INTERVAL, prop_value, "0") > 0) in __ump_alloc_should_fail()
|
/device/amlogic/yukawa/hal/bootctrl/ |
D | boot_control.cc | 117 property_get(BOOT_SLOT_PROP, suffix_prop, ""); in BootControlInit()
|
/device/linaro/dragonboard/gralloc/ |
D | gralloc_gbm.cpp | 315 property_get("gralloc.gbm.device", path, "/dev/dri/renderD128"); in gbm_dev_create()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 285 property_get(EXTERANL_DISPLAY_PROP, displays_value, ""); in GetExternalDisplayConfigs()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 1574 property_get("ro.boot.hardware", prop, ""); in fallback_init() 1585 property_get("ro.kernel.qemu.gles", prop, "999"); in fallback_init()
|
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 620 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability() 802 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList() 816 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList() 831 if (property_get(propName, propValue, "") > 0) { in requestOrSendDataCallList()
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.cpp | 424 property_get(VSYNC_PERIOD_PROP, displaysValue, ""); in getVsyncPeriodFromProperty() 1656 property_get(EXTERANL_DISPLAY_PROP, displaysValue, ""); in populateSecondaryDisplays()
|
/device/google/bonito/gpt-utils/ |
D | gpt-utils.cpp | 728 property_get("ro.boot.bootdevice", bootdevice, "N/A"); in gpt_utils_is_ufs_device()
|
/device/google/coral/gpt-utils/ |
D | gpt-utils.cpp | 728 property_get("ro.boot.bootdevice", bootdevice, "N/A"); in gpt_utils_is_ufs_device()
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.cpp | 728 property_get("ro.boot.bootdevice", bootdevice, "N/A"); in gpt_utils_is_ufs_device()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 712 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability() 865 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList() 881 } else if (property_get("net.eth0.gw", propValue, "") > 0) { in requestOrSendDataCallList()
|