Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/libplatformconfig/
DConfigParser.cpp48 std::string propName(attr[1]); in processProperty() local
51 VIDC_PLAT_LOGH("%s: Element 'value' not found for %s!", __func__, propName.c_str()); in processProperty()
57 configMap[propName] = propValue; in processProperty()
/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp55 const char *propName; member
176 property_get (mixerMasterProp[i].propName, in ALSAMixer()
213 property_get (mixerProp[j][i].propName, in ALSAMixer()
/hardware/ril/reference-ril/
Dreference-ril.c723 char propName[PROP_NAME_MAX]; in requestOrSendDataCallList() local
726 snprintf(propName, sizeof propName, "net.eth0.dns%d", nn); in requestOrSendDataCallList()
729 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
/hardware/interfaces/wifi/1.3/default/
Dwifi_chip.cpp97 std::string propName = "wifi.interface." + std::to_string(idx); in getWlanIfaceName() local
98 auto res = property_get(propName.c_str(), buffer.data(), nullptr); in getWlanIfaceName()