Home
last modified time | relevance | path

Searched refs:propValue (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dmisc.c37 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
38 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator()
44 char propValue[PROP_VALUE_MAX]; in qemu_open_modem_port() local
45 if(__system_property_get("qemu.vport.modem", propValue) <= 0) { in qemu_open_modem_port()
48 int fd = open(propValue, O_RDWR); in qemu_open_modem_port()
Dreference-ril.c711 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local
712 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability()
713 strcmp("1", propValue) == 0; in hasWifiCapability()
728 char propValue[PROP_VALUE_MAX] = {0}; in requestOrSendDataCallList() local
860 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
865 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
871 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
881 } else if (property_get("net.eth0.gw", propValue, "") > 0) { in requestOrSendDataCallList()
882 responses[i].gateways = propValue; in requestOrSendDataCallList()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp51 char propValue[PROP_VALUE_MAX]; in useGoogleGoldfishComponentInstance() local
55 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useGoogleGoldfishComponentInstance()
56 strcmp("1", propValue) == 0; in useGoogleGoldfishComponentInstance()
58 ALOGD("%s %d found prop %s val %s", __func__, __LINE__, prop.c_str(), propValue); in useGoogleGoldfishComponentInstance()
66 char propValue[PROP_VALUE_MAX]; in useAndroidGoldfishComponentInstance() local
70 bool myret = property_get(prop.c_str(), propValue, "") > 0 && in useAndroidGoldfishComponentInstance()
71 strcmp("2", propValue) == 0; in useAndroidGoldfishComponentInstance()
73 ALOGD("%s %d found prop %s val %s", __func__, __LINE__, prop.c_str(), propValue); in useAndroidGoldfishComponentInstance()
/device/generic/goldfish/radio/ril/
Dmisc.c36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local
37 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator()
Dreference-ril.c619 char propValue[PROP_VALUE_MAX]; in hasWifiCapability() local
620 return property_get("ro.kernel.qemu.wifi", propValue, "") > 0 && in hasWifiCapability()
621 strcmp("1", propValue) == 0; in hasWifiCapability()
636 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
790 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local
802 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
808 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
816 if (property_get(propName, propValue, "") <= 0) { in requestOrSendDataCallList()
820 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
831 if (property_get(propName, propValue, "") > 0) { in requestOrSendDataCallList()
[all …]