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

/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1484 char propValue[PROPERTY_VALUE_MAX]; local
1485 if (property_get("audio.offload.disable", propValue, "0")) {
1486 if (atoi(propValue) != 0) {
1487 ALOGV("offload disabled by audio.offload.disable=%s", propValue );
1507 if (property_get("audio.offload.min.duration.secs", propValue, NULL)) {
1508 if (offloadInfo.duration_us < (atoi(propValue) * 1000000 )) {
1509 ALOGV("Offload denied by duration < audio.offload.min.duration.secs(=%s)", propValue);
/hardware/ril/reference-ril/
H A Dreference-ril.c554 char propValue[PROP_VALUE_MAX]; local
556 if (__system_property_get("ro.kernel.qemu", propValue) != 0) {
577 if (__system_property_get(propName, propValue) == 0) {
583 strlcat(dnslist, propValue, dnslist_sz);

Completed in 135 milliseconds