Lines Matching refs:VS_LOG

41 #define VS_LOG(...) ALOGD_IF(VS_LOGGING, __VA_ARGS__)  macro
232 VS_LOG("in: %f out: %f", volume, out); in adjustVolume()
774 VS_LOG("delayed VolumeShaper, using cached offset:%f for volume:%f", in getState()
802 VS_LOG("delayed VolumeShaper, using cached offset %f", mDelayXOffset); in getVolume()
815 VS_LOG("frameCount: %lld", (long long)frameCount); in getVolume()
817 VS_LOG("translation to normalized time: %f", x); in getVolume()
825 VS_LOG("rescaled time:%f volume:%f xOffset:%f active:%s", in getVolume()
860 VS_LOG("update position: scale %lf frameCount:%lld, sampleRate:%lf, xOffset:%f", in updatePosition()
868 VS_LOG("translate: %s", mXTranslate.toString().c_str()); in updatePosition()
874 VS_LOG("computeVolumeFromXOffset %f -> %f -> %f", xOffset, unscaledVolume, volume); in computeVolumeFromXOffset()
884 VS_LOG("reversing to %f", x); in computeStateFromNormalizedTime()
938 VS_LOG("applyVolumeShaper:configuration: %s", configuration->toString().c_str()); in applyVolumeShaper()
939 VS_LOG("applyVolumeShaper:operation: %s", operation->toString().c_str()); in applyVolumeShaper()
954 VS_LOG("applyVolumeShaper id: %d", id); in applyVolumeShaper()
960 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
1006 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
1011 VS_LOG("trying to find id: %d", id); in applyVolumeShaper()
1014 VS_LOG("couldn't find id: %d", id); in applyVolumeShaper()
1018 VS_LOG("terminate id: %d", id); in applyVolumeShaper()
1029 VS_LOG("reverse normalizedTime: %f", x); in applyVolumeShaper()
1033 VS_LOG("clamp to start - begin immediately"); in applyVolumeShaper()
1036 VS_LOG("reverse normalizedTime target: %f", target); in applyVolumeShaper()
1047 VS_LOG("normalizedTime translation: %f", x); in applyVolumeShaper()
1051 VS_LOG("normalizedTime target x offset: %f", target); in applyVolumeShaper()
1068 VS_LOG("cannot find state for id: %d", id); in getVolumeShaperState()
1090 VS_LOG("getVolume: <%f, %s>", mLastVolume.first, mLastVolume.second ? "true" : "false"); in getVolume()
1129 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
1132 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()