HomeSort by relevance Sort by last modified time
    Searched refs:property_get (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /system/core/init/
property_service.h 28 extern const char* property_get(const char *name);
keychords.c 106 debuggable = property_get("ro.debuggable");
107 adb_enabled = property_get("init.svc.adbd");
  /frameworks/base/core/jni/android/graphics/
RtlProperties.h 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
  /system/core/include/cutils/
properties.h 34 /* property_get: returns the length of the value which will never be
41 int property_get(const char *key, char *value, const char *default_value);
  /build/tools/check_prereq/
check_prereq.c 36 property_get("ro.build.date.utc", value, default_value);
  /system/core/libnetutils/
dhcp_utils.c 76 if (property_get(name, value, NULL)) {
104 property_get(prop_name, ipaddr, NULL);
107 property_get(prop_name, gateway, NULL);
110 property_get(prop_name, server, NULL);
119 if (property_get(prop_name, prop_value, NULL)) {
141 property_get(prop_name, dns1, NULL);
144 property_get(prop_name, dns2, NULL);
147 if (property_get(prop_name, prop_value, NULL)) {
153 property_get(prop_name, vendorInfo, NULL);
208 if (property_get(HOSTNAME_PROP_NAME, prop_value, NULL) && (prop_value[0] != '\0')
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.c 54 property_get("ro.build.display.id", build, "(unknown)");
55 property_get("ro.build.fingerprint", fingerprint, "(unknown)");
56 property_get("ro.build.type", build_type, "(unknown)");
57 property_get("ro.baseband", radio, "(unknown)");
58 property_get("ro.bootloader", bootloader, "(unknown)");
59 property_get("gsm.operator.alpha", network, "(unknown)");
118 property_get("dalvik.vm.stack-trace-file", anr_traces_path, "");
188 property_get("dhcp.wlan0.gateway", network, "");
191 property_get("dhcp.wlan0.dns1", network, "");
194 property_get("dhcp.wlan0.dns2", network, "")
    [all...]
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 38 if (property_get(PROPERTY_TEXT_GAMMA, property, NULL) > 0) {
47 if (property_get(PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD, property, NULL) > 0) {
57 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, NULL) > 0) {
Properties.h 104 if (property_get(PROPERTY_DEBUG, property, NULL) > 0) {
FboCache.cpp 34 if (property_get(PROPERTY_FBO_CACHE_SIZE, property, NULL) > 0) {
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 46 property_get("debug.sf.nobootanimation", value, "0");
  /frameworks/native/libs/utils/
Trace.cpp 60 property_get("debug.atrace.tags.enableflags", value, "0");
  /system/core/libcutils/
process_name.c 64 property_get("ro.kernel.qemu", propBuf, "");
  /system/core/toolbox/
getprop.c 51 property_get(argv[1], value, default_value);
  /frameworks/base/cmds/system_server/library/
system_init.cpp 63 property_get("system_init.startsurfaceflinger", propBuf, "1");
69 property_get("system_init.startsensorservice", propBuf, "1");
  /frameworks/base/core/jni/
AndroidRuntime.cpp 393 property_get("persist.sys.language", propLang, "");
394 property_get("persist.sys.country", propRegn, "");
397 property_get("ro.product.locale.language", propLang, "en");
398 property_get("ro.product.locale.region", propRegn, "US");
475 property_get("dalvik.vm.checkjni", propBuf, "");
480 property_get("ro.kernel.android.checkjni", propBuf, "");
486 property_get("dalvik.vm.execution-mode", propBuf, "");
497 property_get("dalvik.vm.stack-trace-file", stackTraceFileBuf, "");
499 property_get("dalvik.vm.check-dex-sum", propBuf, "");
504 property_get("log.redirect-stdio", propBuf, "")
    [all...]
android_os_SystemProperties.cpp 45 len = property_get(key, buf, "");
82 len = property_get(key, buf, "");
112 len = property_get(key, buf, "");
141 len = property_get(key, buf, "");
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 154 property_get("ro.product.manufacturer", property, EXIF_MAKE_DEFAULT);
157 property_get("ro.product.model", property, EXIF_MODEL_DEFAULT);
  /bootable/recovery/
adb_install.cpp 64 int len = property_get("ro.debuggable", value, NULL);
  /development/tools/emulator/system/camera/
EmulatedCameraFactory.cpp 372 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) &&
385 if (property_get("qemu.sf.back_camera_hal", prop, NULL) > 0) {
403 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) &&
416 if (property_get("qemu.sf.front_camera_hal", prop, NULL) > 0) {
  /device/moto/stingray/recovery/
recovery_ui.cpp 126 property_get("ro.carrier", value, "");
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 142 property_get("persist.sys.language", propLang, "");
143 property_get("persist.sys.country", propRegn, "");
146 property_get("ro.product.locale.language", propLang, "en");
147 property_get("ro.product.locale.region", propRegn, "US");
  /external/webkit/Source/WebKit/android/wds/
DebugServer.cpp 71 int ret = property_get("webcore.wds.enable", buf, NULL);
  /system/core/libsysutils/src/
ServiceManager.cpp 111 if (property_get(propName, propVal, NULL)) {
  /hardware/libhardware_legacy/wifi/
wifi.c 197 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL)
249 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) {
366 property_get("wifi.interface", ifc, WIFI_TEST_INTERFACE);
529 if (property_get(supplicant_name, supp_status, NULL)
565 property_get("wifi.interface", primary_iface, WIFI_TEST_INTERFACE);
585 if (property_get(supplicant_prop_name, supp_status, NULL)) {
601 if (property_get(supplicant_prop_name, supp_status, NULL)
610 if (property_get(supplicant_prop_name, supp_status, NULL)) {
624 if (!property_get(supplicant_prop_name, supp_status, NULL)
835 if (property_get(supplicant_prop_name, supp_status, NULL))
    [all...]

Completed in 676 milliseconds

1 2 3 4 5