Searched refs:propValue (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 1484 char propValue[PROPERTY_VALUE_MAX]; in isOffloadSupported() local 1485 if (property_get("audio.offload.disable", propValue, "0")) { in isOffloadSupported() 1486 if (atoi(propValue) != 0) { in isOffloadSupported() 1487 ALOGV("offload disabled by audio.offload.disable=%s", propValue ); in isOffloadSupported() 1507 if (property_get("audio.offload.min.duration.secs", propValue, NULL)) { in isOffloadSupported() 1508 if (offloadInfo.duration_us < (atoi(propValue) * 1000000 )) { in isOffloadSupported() 1509 ALOGV("Offload denied by duration < audio.offload.min.duration.secs(=%s)", propValue); in isOffloadSupported()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 554 char propValue[PROP_VALUE_MAX]; in requestOrSendDataCallList() local 556 if (__system_property_get("ro.kernel.qemu", propValue) != 0) { in requestOrSendDataCallList() 577 if (__system_property_get(propName, propValue) == 0) { in requestOrSendDataCallList() 583 strlcat(dnslist, propValue, dnslist_sz); in requestOrSendDataCallList()
|