Searched refs:propValue (Results 1 – 4 of 4) sorted by relevance
/device/google/trout/hal/vehicle/2.0/ |
D | WatchdogClient.cpp | 40 VehiclePropValue propValue = {.prop = (int32_t)VehicleProperty::PERF_VEHICLE_SPEED}; in isClientHealthy() local 42 mHal->get(propValue, [&propValue, &status](StatusCode s, const VehiclePropValue& v) { in isClientHealthy() 45 propValue = v; in isClientHealthy()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishOMXPlugin.cpp | 51 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/ |
D | misc.c | 36 char propValue[PROP_VALUE_MAX]; in isInEmulator() local 37 inQemu = (__system_property_get("ro.kernel.qemu", propValue) != 0); in isInEmulator()
|
D | reference-ril.c | 619 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 …]
|