Lines Matching refs:mHwCal
286 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
297 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
300 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
302 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
303 mHwCal->getDynamicConfig(&mDynamicConfig); in Vibrator()
313 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
314 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
315 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
317 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
341 mHwCal->getEffectShape(&shape); in Vibrator()
348 hasSteadyCoeffs = mHwCal->getSteadyCoeffs(&steadyCoeffs); in Vibrator()
373 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
377 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
381 mHwCal->getSteadyShape(&shape); in Vibrator()
397 mHwCal->getClickDuration(&mClickDuration); in Vibrator()
398 mHwCal->getTickDuration(&mTickDuration); in Vibrator()
399 mHwCal->getDoubleClickDuration(&mDoubleClickDuration); in Vibrator()
400 mHwCal->getHeavyClickDuration(&mHeavyClickDuration); in Vibrator()
406 mHwCal->getTriggerEffectSupport(&lpTrigSupport); in Vibrator()
551 mHwCal->debug(fd); in dump()
678 if(!mHwCal->getLraPeriod(&lraPeriod)) { in getResonantFrequency()