Searched refs:prop_value (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/qemu-props/ |
D | qemu-props.cpp | 100 char* prop_value = strchr(temp, '='); in setBootProperties() local 101 if (!prop_value) { in setBootProperties() 105 *prop_value = 0; in setBootProperties() 106 ++prop_value; in setBootProperties() 126 if (property_set(final_prop_name, prop_value) < 0) { in setBootProperties() 127 ALOGW("could not set property '%s' to '%s'", final_prop_name, prop_value); in setBootProperties() 129 ALOGI("successfully set property '%s' to '%s'", final_prop_name, prop_value); in setBootProperties()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 84 char prop_value[PROPERTY_VALUE_MAX]; in __ump_alloc_should_fail() local 86 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_FIRST, prop_value, "0") > 0) in __ump_alloc_should_fail() 88 sscanf(prop_value, "%11u", &first_fail); in __ump_alloc_should_fail() 91 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_INTERVAL, prop_value, "0") > 0) in __ump_alloc_should_fail() 93 sscanf(prop_value, "%11u", &fail_period); in __ump_alloc_should_fail()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 112 static char prop_value[PROP_VALUE_MAX] = {0}; in audio_get_property() local 114 if (property_get(keys[i], prop_value, NULL) > 0) { in audio_get_property()
|