Lines Matching refs:mHwCal
289 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
300 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
303 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
305 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
306 mHwCal->getDynamicConfig(&mDynamicConfig); in Vibrator()
316 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
317 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
318 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
320 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
344 mHwCal->getEffectShape(&shape); in Vibrator()
351 hasSteadyCoeffs = mHwCal->getSteadyCoeffs(&steadyCoeffs); in Vibrator()
376 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
380 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
384 mHwCal->getSteadyShape(&shape); in Vibrator()
400 mHwCal->getClickDuration(&mClickDuration); in Vibrator()
401 mHwCal->getTickDuration(&mTickDuration); in Vibrator()
402 mHwCal->getDoubleClickDuration(&mDoubleClickDuration); in Vibrator()
403 mHwCal->getHeavyClickDuration(&mHeavyClickDuration); in Vibrator()
409 mHwCal->getTriggerEffectSupport(&lpTrigSupport); in Vibrator()
560 mHwCal->debug(fd); in dump()