Lines Matching refs:VS_LOG
36 #define VS_LOG(...) ALOGD_IF(VS_LOGGING, __VA_ARGS__) macro
201 VS_LOG("in: %f out: %f", volume, out); in adjustVolume()
603 VS_LOG("delayed VolumeShaper, using cached offset:%f for volume:%f", in getState()
631 VS_LOG("delayed VolumeShaper, using cached offset %f", mDelayXOffset); in getVolume()
644 VS_LOG("frameCount: %lld", (long long)frameCount); in getVolume()
646 VS_LOG("translation to normalized time: %f", x); in getVolume()
654 VS_LOG("rescaled time:%f volume:%f xOffset:%f active:%s", in getVolume()
689 VS_LOG("update position: scale %lf frameCount:%lld, sampleRate:%lf, xOffset:%f", in updatePosition()
697 VS_LOG("translate: %s", mXTranslate.toString().c_str()); in updatePosition()
703 VS_LOG("computeVolumeFromXOffset %f -> %f -> %f", xOffset, unscaledVolume, volume); in computeVolumeFromXOffset()
713 VS_LOG("reversing to %f", x); in computeStateFromNormalizedTime()
767 VS_LOG("applyVolumeShaper:configuration: %s", configuration->toString().c_str()); in applyVolumeShaper()
768 VS_LOG("applyVolumeShaper:operation: %s", operation->toString().c_str()); in applyVolumeShaper()
783 VS_LOG("applyVolumeShaper id: %d", id); in applyVolumeShaper()
789 VS_LOG("replacing %d", replaceId); in applyVolumeShaper()
835 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
840 VS_LOG("trying to find id: %d", id); in applyVolumeShaper()
843 VS_LOG("couldn't find id: %d", id); in applyVolumeShaper()
847 VS_LOG("terminate id: %d", id); in applyVolumeShaper()
858 VS_LOG("reverse normalizedTime: %f", x); in applyVolumeShaper()
862 VS_LOG("clamp to start - begin immediately"); in applyVolumeShaper()
865 VS_LOG("reverse normalizedTime target: %f", target); in applyVolumeShaper()
876 VS_LOG("normalizedTime translation: %f", x); in applyVolumeShaper()
880 VS_LOG("normalizedTime target x offset: %f", target); in applyVolumeShaper()
897 VS_LOG("cannot find state for id: %d", id); in getVolumeShaperState()
919 VS_LOG("getVolume: <%f, %s>", mLastVolume.first, mLastVolume.second ? "true" : "false"); in getVolume()
958 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
961 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()