/hardware/interfaces/bluetooth/1.0/default/test/ |
H A D | properties.cc | 30 struct property { struct 36 struct property properties[MAX_PROPERTIES]; 51 // Check to see if the property exists. 70 // Check to see if the property exists.
|
/hardware/qcom/display/msm8084/libqdutils/ |
H A D | comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8226/libqdutils/ |
H A D | comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8909/libqdutils/ |
H A D | comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
H A D | idle_invalidator.cpp | 70 char property[PROPERTY_VALUE_MAX] = {0}; local 71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) { 72 defaultIdleTime = atoi(property);
|
/hardware/qcom/display/msm8960/libqdutils/ |
H A D | comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8994/libqdutils/ |
H A D | comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
H A D | idle_invalidator.cpp | 70 char property[PROPERTY_VALUE_MAX] = {0}; local 71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) { 72 defaultIdleTime = atoi(property);
|
/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_address.cc | 47 char property[PROPERTY_VALUE_MAX] = {0}; local 50 // Get local bdaddr storage path from a system property. 51 if (property_get(PROPERTY_BT_BDADDR_PATH, property, NULL)) { 54 ALOGD("%s: Trying %s", __func__, property); 56 addr_fd = open(property, O_RDONLY); 61 ALOGE("%s: Error reading address from %s: %s", __func__, property, 76 ALOGE("%s: Got Invalid BDA '%s' from %s", __func__, address, property); 81 // No BDADDR found in the file. Look for BDA in a factory property. 82 if (!valid_bda && property_get(FACTORY_BDADDR_PROPERTY, property, NULL) && 83 string_to_bytes(property, local_add [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_uevents.cpp | 74 char property[PROPERTY_VALUE_MAX]; local 75 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && 76 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
H A D | hwc_vsync.cpp | 71 char property[PROPERTY_VALUE_MAX]; local 72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 73 if(atoi(property) == 1) 77 if(property_get("debug.hwc.logvsync", property, 0) > 0) { 78 if(atoi(property) == 1)
|
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_adreno_info.cpp | 61 // Check if the overriding property debug.gralloc.gfx_ubwc_disable_ 63 char property[PROPERTY_VALUE_MAX]; local 64 property_get("debug.gralloc.gfx_ubwc_disable_", property, "0"); 65 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || 66 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { 70 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 71 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || 72 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) {
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_adreno_info.cpp | 60 // Check if the overriding property debug.gralloc.gfx_ubwc_disable_ 62 char property[PROPERTY_VALUE_MAX]; local 63 property_get("debug.gralloc.gfx_ubwc_disable_", property, "0"); 64 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || 65 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { 69 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 70 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || 71 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) {
|
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_adreno_info.cpp | 80 // Check if the overriding property debug.gralloc.gfx_ubwc_disable 82 char property[PROPERTY_VALUE_MAX]; local 83 property_get("debug.gralloc.gfx_ubwc_disable", property, "0"); 84 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || 85 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { 89 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 90 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || 91 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) {
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | DummyDynamicAccelDaemon.cpp | 40 char property[PROPERTY_VALUE_MAX+1]; local 42 property_get(SYSPROP_PREFIX ".file", property, ""); 43 if (strcmp(property, "") != 0) { 45 this, std::string(property), std::string(FILE_NAME_REGEX)); 48 property_get(SYSPROP_PREFIX ".socket", property, ""); 49 if (strcmp(property, "") != 0) { 50 mSocketDetector = new SocketConnectionDetector(this, atoi(property));
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_uevents.cpp | 254 char property[PROPERTY_VALUE_MAX]; local 256 property, NULL) > 0) && 257 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
H A D | hwc_vsync.cpp | 116 char property[PROPERTY_VALUE_MAX]; local 117 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 118 if(atoi(property) == 1) 122 if(property_get("debug.hwc.logvsync", property, 0) > 0) { 123 if(atoi(property) == 1) 190 //Fake vsync is used only when set explicitly through a property or when
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_uevents.cpp | 262 char property[PROPERTY_VALUE_MAX]; local 264 property, NULL) > 0) && 265 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
H A D | hwc_vsync.cpp | 106 char property[PROPERTY_VALUE_MAX]; local 107 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 108 if(atoi(property) == 1) 191 //Fake vsync is used only when set explicitly through a property or when
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_vsync.cpp | 125 char property[PROPERTY_VALUE_MAX]; local 126 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 127 if(atoi(property) == 1) 200 //Fake vsync is used only when set explicitly through a property or when
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_vsync.cpp | 125 char property[PROPERTY_VALUE_MAX]; local 126 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 127 if(atoi(property) == 1) 194 //Fake vsync is used only when set explicitly through a property or when
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
H A D | hwc_debugger.cpp | 166 char property[PROPERTY_VALUE_MAX]; local 168 if (property_get(property_name, property, NULL) > 0) { 169 *value = atoi(property);
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_debugger.cpp | 172 char property[PROPERTY_VALUE_MAX]; local 174 if (property_get(property_name, property, NULL) > 0) { 175 *value = atoi(property);
|
/hardware/qcom/display/sdm845/sdm/libs/hwc/ |
H A D | hwc_debugger.cpp | 172 char property[PROPERTY_VALUE_MAX]; local 174 if (property_get(property_name, property, NULL) > 0) { 175 *value = atoi(property);
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VehicleHalManager.cpp | 69 ALOGW("Requested config for undefined property: 0x%x", prop); 82 ALOGE("Failed to get value: config not found, property: 0x%x", 105 ALOGE("Failed to set value: config not found, property: 0x%x", prop); 129 ALOGE("Failed to subscribe: config not found, property: 0x%x", 140 ALOGE("Failed to subscribe: property 0x%x is not subscribable", 147 ALOGE("Failed to subscribe property 0x%x. Requested areas 0x%x are " 225 int32_t property, 228 property, 0, SubscribeFlags::HAL_EVENT); 231 client->getCallback()->onPropertySetError(errorCode, property, areaId); 294 ALOGW("Cannot subscribe, property 224 onHalPropertySetError(StatusCode errorCode, int32_t property, int32_t areaId) argument [all...] |