Lines Matching refs:VS_LOG

36 #define VS_LOG ALOGD
38 #define VS_LOG(...) macro
202 VS_LOG("in: %f out: %f", volume, out); in adjustVolume()
604 VS_LOG("delayed VolumeShaper, using cached offset:%f for volume:%f", in getState()
632 VS_LOG("delayed VolumeShaper, using cached offset %f", mDelayXOffset); in getVolume()
645 VS_LOG("frameCount: %lld", (long long)frameCount); in getVolume()
647 VS_LOG("translation to normalized time: %f", x); in getVolume()
655 VS_LOG("rescaled time:%f volume:%f xOffset:%f active:%s", in getVolume()
690 VS_LOG("update position: scale %lf frameCount:%lld, sampleRate:%lf, xOffset:%f", in updatePosition()
698 VS_LOG("translate: %s", mXTranslate.toString().c_str()); in updatePosition()
704 VS_LOG("computeVolumeFromXOffset %f -> %f -> %f", xOffset, unscaledVolume, volume); in computeVolumeFromXOffset()
714 VS_LOG("reversing to %f", x); in computeStateFromNormalizedTime()
768 VS_LOG("applyVolumeShaper:configuration: %s", configuration->toString().c_str()); in applyVolumeShaper()
769 VS_LOG("applyVolumeShaper:operation: %s", operation->toString().c_str()); in applyVolumeShaper()
784 VS_LOG("applyVolumeShaper id: %d", id); in applyVolumeShaper()
790 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
836 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
841 VS_LOG("trying to find id: %d", id); in applyVolumeShaper()
844 VS_LOG("couldn't find id: %d", id); in applyVolumeShaper()
848 VS_LOG("terminate id: %d", id); in applyVolumeShaper()
859 VS_LOG("reverse normalizedTime: %f", x); in applyVolumeShaper()
863 VS_LOG("clamp to start - begin immediately"); in applyVolumeShaper()
866 VS_LOG("reverse normalizedTime target: %f", target); in applyVolumeShaper()
877 VS_LOG("normalizedTime translation: %f", x); in applyVolumeShaper()
881 VS_LOG("normalizedTime target x offset: %f", target); in applyVolumeShaper()
898 VS_LOG("cannot find state for id: %d", id); in getVolumeShaperState()
920 VS_LOG("getVolume: <%f, %s>", mLastVolume.first, mLastVolume.second ? "true" : "false"); in getVolume()
959 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
962 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()