/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
patchram.cpp | 530 int len = property_get ("nfc.disable_secure_element", valueStr, "");
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 48 #include <cutils/properties.h> // for property_get 241 property_get("debug.nfc.UART_ERROR_RATE", value, "0");
|
phDal4Nfc.c | 37 #include <cutils/properties.h> // for property_get 130 property_get("ro.debuggable", value, ""); 136 property_get("debug.nfc.LOW_LEVEL_TRACES", value, "0"); [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerFactory.cpp | 65 if (property_get("media.stagefright.use-nuplayer", value, NULL)
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 28 #include <cutils/properties.h> // for property_get 174 if (property_get("media.stagefright.disable-net", value, 0)
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 22 #include <cutils/properties.h> // for property_get 33 return (property_get("ro.kernel.qemu", prop, NULL) > 0);
|
/frameworks/base/libs/hwui/ |
FontRenderer.cpp | 73 if (property_get(PROPERTY_TEXT_SMALL_CACHE_WIDTH, property, NULL) > 0) { 77 if (property_get(PROPERTY_TEXT_SMALL_CACHE_HEIGHT, property, NULL) > 0) { 81 if (property_get(PROPERTY_TEXT_LARGE_CACHE_WIDTH, property, NULL) > 0) { 85 if (property_get(PROPERTY_TEXT_LARGE_CACHE_HEIGHT, property, NULL) > 0) {
|
TextDropShadowCache.cpp | 100 if (property_get(PROPERTY_DROP_SHADOW_CACHE_SIZE, property, NULL) > 0) {
|
GradientCache.cpp | 69 if (property_get(PROPERTY_GRADIENT_CACHE_SIZE, property, NULL) > 0) {
|
/hardware/qcom/display/libhwcomposer/ |
hwc_mdpcomp.cpp | 89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) && 96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) { 102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) { 108 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) { [all...] |
hwc_utils.cpp | 156 if ((property_get("ro.qualcomm.cabl", property, NULL) > 0) && 166 if ((property_get("persist.qcom.cabl.video_only", property, NULL) > 0) && 336 property_get("hw.actionsafe.width", value, "0"); 338 property_get("hw.actionsafe.height", value, "0"); 666 if(property_get("debug.egl.swapinterval", property, "1") > 0) { [all...] |
/system/netd/ |
TetherController.cpp | 60 property_get("ro.bootmode", bootmode, "unknown");
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | 196 property_get("persist.debug.sf.showfps", value, "0"); 200 property_get("camera.hal.fps", value, "0"); 205 property_get("persist.camera.hal.multitouchaf", value, "0"); 208 property_get("persist.camera.full.liveshot", value, "1"); 211 property_get("persist.camera.hal.dis", value, "0"); [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 276 property_get("vold.decrypt", decrypt, ""); 386 property_get(EXIT_PROP_NAME, value, "0");
|
/hardware/qcom/audio/hal/ |
audio_hw.c | 184 property_get("gsm.sim.operator.numeric",value,"0"); [all...] |
/frameworks/av/cmds/stagefright/ |
stream.cpp | 22 #include <cutils/properties.h> // for property_get 350 bool usemp4 = property_get("media.stagefright.use-mp4source", prop, NULL) &&
|
/frameworks/compile/libbcc/bcinfo/ |
MetadataExtractor.cpp | 257 property_get("debug.rs.precision", PrecisionPropBuf, "");
|
/hardware/qcom/display/liboverlay/ |
overlayUtils.cpp | 275 property_get("persist.user.panel3D", value, "0");
|
/system/core/adb/ |
transport_local.c | 313 property_get("ro.kernel.qemu", is_qemu, "");
|
/frameworks/av/media/mtp/ |
MtpServer.cpp | 456 property_get("ro.product.manufacturer", prop_value, "unknown manufacturer"); 460 property_get("ro.product.model", prop_value, "MTP Device"); 466 property_get("ro.serialno", prop_value, "????????"); [all...] |
/frameworks/rs/ |
rsFont.cpp | 345 if (property_get(PROPERTY_TEXT_GAMMA, property, NULL) > 0) { 351 if (property_get(PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD, property, NULL) > 0) { 358 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, NULL) > 0) {
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamInALSA.cpp | 100 property_get("ssr.pcmdump",c_multi_ch_dump,"0"); 185 property_get("persist.audio.lowlatency.rec",value,"0"); 234 property_get("persist.audio.lowlatency.rec",value,"0"); [all...] |
alsa_default.cpp | 171 property_get("persist.audio.handset.mic",value,"0"); 173 property_get("persist.audio.fluence.mode",value,"0"); 208 property_get("ro.board.platform", platform, ""); 209 property_get("ro.baseband", baseband, ""); [all...] |
/device/lge/mako/camera/ |
QCameraHWI.cpp | 203 property_get("persist.debug.sf.showfps", value, "0"); 207 property_get("camera.hal.fps", value, "0"); 212 property_get("persist.camera.hal.multitouchaf", value, "0"); 215 property_get("persist.camera.full.liveshot", value, "0"); 218 property_get("persist.camera.hal.dis", value, "0"); [all...] |