Searched refs:propValue (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1467 char propValue[PROPERTY_VALUE_MAX]; local
1468 if (property_get("audio.offload.disable", propValue, "0")) {
1469 if (atoi(propValue) != 0) {
1470 ALOGV("offload disabled by audio.offload.disable=%s", propValue );
1490 if (property_get("audio.offload.min.duration.secs", propValue, NULL)) {
1491 if (offloadInfo.duration_us < (atoi(propValue) * 1000000 )) {
1492 ALOGV("Offload denied by duration < audio.offload.min.duration.secs(=%s)", propValue);
/hardware/ril/reference-ril/
H A Dreference-ril.c528 char propValue[PROP_VALUE_MAX]; local
530 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
551 if (__system_property_get(propName, propValue) == 0) {
557 strlcat(dnslist, propValue, dnslist_sz);

Completed in 133 milliseconds