HomeSort by relevance Sort by last modified time
    Searched refs:property_get (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /frameworks/native/libs/utils/
Threads.cpp 76 int len = property_get("debug.sys.noschedgroups", buf, "");
  /frameworks/native/services/sensorservice/
SensorService.cpp 441 property_get("debug.sensors", value, "0");
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 112 property_get("ro.bq.gpu_to_cpu_unsupported", value, "0");
115 property_get("debug.sf.showupdates", value, "0");
118 property_get("debug.sf.ddms", value, "0");
609 if (property_get(propName, property, NULL) > 0) {
    [all...]
  /hardware/qcom/display/libexternal/
external.cpp 530 property_get("hw.hdmi.resolution", property_value, "-1");
  /hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp 559 property_get("debug.hwc.dynThreshold", value, "2");
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 195 property_get("debug.pf.disasm", value, "0");
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 263 if (property_get("media.wfd.trigger", val, NULL)) {
892 && property_get("media.wfd.use-pcm-audio", val, NULL)
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp     [all...]
android_hardware_Camera.cpp 460 property_get("ro.camera.sound.forced", value, "0");
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 972 property_get("vidc.dec.debug.panframedata", property_value, "0");
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 466 if (property_get("ro.build.type", buildType, NULL) &&
472 if (property_get("camera.flash_off", value, NULL) &&
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 623 property_get("persist.hdmi.hdcp_enabled", value, "1");
631 property_get("persist.hdmi.color_range", value, "3");
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 441 if (property_get(eeprom_property, eeprom_value, "") == 2) {
593 property_get("ro.build.type", value, "");
    [all...]
  /bootable/recovery/
recovery.cpp 957 property_get("ro.build.fingerprint", buffer, "")
    [all...]
  /bootable/recovery/updater/
install.c 613 property_get(key, value, "");
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 1040 property_get("ro.kernel.qemu.gles", prop, "0");
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 35 #include <cutils/properties.h> // for property_get
152 if (property_get("media.stagefright.use-mp4source", prop, NULL)
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 425 if (property_get("media.httplive.max-bw", value, NULL)) {
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 580 property_get("ro.camera.sound.forced", value, "0");
CameraService.cpp 290 property_get("sys.secpolicy.camera.disabled", value, "0");
    [all...]
  /frameworks/base/libs/androidfw/
InputTransport.cpp 378 int length = property_get("debug.inputconsumer.resample", value, NULL);
    [all...]
VelocityTracker.cpp 116 int length = property_get("debug.velocitytracker.strategy", value, NULL);
    [all...]
  /frameworks/native/cmds/installd/
commands.c 647 property_get("dalvik.vm.dexopt-flags", dexopt_flags, "");
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 632 property_get("ro.product.board", value, "");
  /frameworks/rs/
rsContext.cpp 210 property_get(str, buf, "0");

Completed in 1870 milliseconds

1 2 3 4 56 7 8