Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_qmi_client.c119 char prop_value[PROPERTY_VALUE_MAX]; in wcnss_init_qmi() local
137 memset(prop_value, 0x00, sizeof(prop_value)); in wcnss_init_qmi()
138 property_get(QMI_UIM_PROPERTY_BASEBAND, prop_value, ""); in wcnss_init_qmi()
141 qmi_modem_port = dms_find_modem_port(prop_value); in wcnss_init_qmi()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp14818 int prop_value = 0; in isUBWCEnabled() local
14821 prop_value = atoi(value); in isUBWCEnabled()
14822 if (prop_value) { in isUBWCEnabled()
14836 prop_value = atoi(value); in isUBWCEnabled()
14837 if (prop_value) { in isUBWCEnabled()