Home
last modified time | relevance | path

Searched refs:prop_value (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/host/commands/launch/
Dril_config.cc127 const T& prop_value) { in BuildPropertyDefinition() argument
129 stream << prop_name << "=" << prop_value; in BuildPropertyDefinition()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp69 char prop_value[PROPERTY_VALUE_MAX]; in __ump_alloc_should_fail() local
71 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_FIRST, prop_value, "0") > 0) in __ump_alloc_should_fail()
73 sscanf(prop_value, "%11u", &first_fail); in __ump_alloc_should_fail()
76 if (property_get(PROP_MALI_TEST_GRALLOC_FAIL_INTERVAL, prop_value, "0") > 0) in __ump_alloc_should_fail()
78 sscanf(prop_value, "%11u", &fail_period); in __ump_alloc_should_fail()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp597 int prop_value = 0; in isUBWCEnabled() local
600 prop_value = atoi(value); in isUBWCEnabled()
601 if (prop_value) { in isUBWCEnabled()
609 prop_value = atoi(value); in isUBWCEnabled()
610 if (prop_value) { in isUBWCEnabled()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp13572 int prop_value = 0; in isUBWCEnabled() local
13575 prop_value = atoi(value); in isUBWCEnabled()
13576 if (prop_value) { in isUBWCEnabled()
13590 prop_value = atoi(value); in isUBWCEnabled()
13591 if (prop_value) { in isUBWCEnabled()