Home
last modified time | relevance | path

Searched refs:mLastPlayedScale (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h279 float mLastPlayedScale = 0; variable
DVibrator.cpp725 ALOGD("Vibrator updating lastplayed scale, old: %f, new: %f", mLastPlayedScale, in amplitudeToScale()
727 mLastPlayedScale = context_scale; in amplitudeToScale()
730 ratio = mLastPlayedScale * pre_scaled_ratio; in amplitudeToScale()
732 mLastPlayedScale, ratio, (now - last_played)); in amplitudeToScale()