/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 109 property_get("debug.egl.trace", value, "0"); 134 property_get("ro.debuggable", value, "0"); 138 property_get("debug.egl.debug_proc", value, ""); 223 property_get("debug.egl.callstack", value, "0");
|
egl_tls.cpp | 79 property_get("debug.egl.callstack", value, "0");
|
Loader.cpp | 73 property_get("ro.kernel.qemu",prop,"0"); 78 property_get("ro.kernel.qemu.gles",prop,"0");
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 111 if (property_get(propName, propVal, NULL)) {
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 198 if (!property_get(DRIVER_PROP_NAME, driver_status, NULL) 250 if (property_get(DRIVER_PROP_NAME, driver_status, NULL)) { 368 property_get("wifi.interface", ifc, WIFI_TEST_INTERFACE); 551 if (property_get(supplicant_name, supp_status, NULL) 587 property_get("wifi.interface", primary_iface, WIFI_TEST_INTERFACE); 607 if (property_get(supplicant_prop_name, supp_status, NULL)) { 631 if (property_get(supplicant_prop_name, supp_status, NULL) 640 if (property_get(supplicant_prop_name, supp_status, NULL)) { 655 if (!property_get(supplicant_prop_name, supp_status, NULL) 868 if (property_get(supplicant_prop_name, supp_status, NULL)) [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.cpp | 429 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) && 442 if (property_get("qemu.sf.back_camera_hal", prop, NULL) > 0) { 460 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) && 473 if (property_get("qemu.sf.front_camera_hal", prop, NULL) > 0) {
|
/hardware/msm7k/dspcrashd/ |
dspcrashd.c | 85 property_get(*p,val,"");
|
/hardware/qcom/bt/libbt-vendor/src/ |
hardware.c | 69 if(property_get("bluetooth.status", szBtStatus, "") < 0){
|
userial_vendor.c | 41 ret = property_get("ro.qualcomm.bt.hci_transport", transport_type, NULL);
|
/system/core/init/ |
keychords.c | 104 adb_enabled = property_get("init.svc.adbd");
|
/system/core/libcutils/ |
properties.c | 39 int property_get(const char *key, char *value, const char *default_value) function 137 int property_get(const char *key, char *value, const char *default_value) function 192 ALOGE("Got strange response to property_get request (%d)\n", 260 int property_get(const char *key, char *value, const char *default_value) function
|
/frameworks/base/libs/hwui/ |
Caches.cpp | 141 if (property_get(PROPERTY_DEBUG_LAYERS_UPDATES, property, NULL) > 0) { 148 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, NULL) > 0) { 156 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, NULL) > 0) { 169 if (property_get(PROPERTY_DISABLE_DRAW_DEFER, property, "false")) { 176 if (property_get(PROPERTY_DISABLE_DRAW_REORDER, property, "false")) {
|
RenderBufferCache.cpp | 45 if (property_get(PROPERTY_RENDER_BUFFER_CACHE_SIZE, property, NULL) > 0) {
|
TextureCache.cpp | 41 if (property_get(PROPERTY_TEXTURE_CACHE_SIZE, property, NULL) > 0) { 48 if (property_get(PROPERTY_TEXTURE_CACHE_FLUSH_RATE, property, NULL) > 0) {
|
/device/samsung/tuna/audio/ |
ril_interface.c | 131 property_get(VOLUME_STEPS_PROPERTY, property, VOLUME_STEPS_DEFAULT);
|
/frameworks/av/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 48 property_get(kBuildTypePropName, prop, '\0');
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 128 if (property_get(PROP_DRC_OVERRIDE_REF_LEVEL, value, NULL)) { 137 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { 146 if (property_get(PROP_DRC_OVERRIDE_BOOST, value, NULL)) { 294 if (!(property_get("media.aac_51_output_enabled", value, NULL) &&
|
/frameworks/av/media/mediaserver/ |
main_mediaserver.cpp | 44 bool doLog = (property_get("ro.test_harness", value, "0") > 0) && (atoi(value) == 1);
|
/hardware/libhardware/ |
hardware.c | 145 if (property_get(variant_keys[i], prop, NULL) == 0) {
|
/hardware/libhardware/tests/camera2/ |
CameraMetadataTests.cpp | 100 property_get("ro.build.id", value, "");
|
/hardware/qcom/display/libgralloc/ |
framebuffer.cpp | 70 property_get("debug.egl.swapinterval", pval, "-1"); 176 if (property_get("debug.sf.hw", property, NULL) > 0 && 179 else if(property_get("debug.composition.type", property, NULL) > 0 && 210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
|
/device/asus/flo/bdAddrLoader/ |
addrloader.c | 156 if(property_get(inArg.szSrc, (char *)loadedBDAddr->data.bin, "")>=0){ 162 if(property_get(inArg.szSrc, loadedBDAddr->data.sz, "")>=0){
|
/device/lge/mako/bdAddrLoader/ |
addrloader.c | 156 if(property_get(inArg.szSrc, (char *)loadedBDAddr->data.bin, "")>=0){ 162 if(property_get(inArg.szSrc, loadedBDAddr->data.sz, "")>=0){
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 47 property_get("debug.rs.precision", buf, ""); 53 property_get("debug.rs.forcerecompile", buf, "0");
|
/hardware/broadcom/libbt/src/ |
upio.c | 123 property_get("ro.kernel.qemu", value, "0"); 135 property_get("ro.rfkilldisabled", value, "0");
|