Lines Matching refs:mHwCal
288 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
298 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
301 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
303 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
304 mHwCal->getDynamicConfig(&mDynamicConfig); in Vibrator()
317 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
318 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
319 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
322 mHwCal->getDevHwVer(&devHwVersion); in Vibrator()
334 hasEffectCoeffs = mHwCal->getEffectCoeffs(&effectCoeffs); in Vibrator()
335 hasExternalEffectG = mHwCal->getEffectTargetG(&externalEffectTargetG); in Vibrator()
364 mHwCal->getEffectShape(&shape); in Vibrator()
371 hasSteadyCoeffs = mHwCal->getSteadyCoeffs(&steadyCoeffs); in Vibrator()
372 hasExternalSteadyG = mHwCal->getSteadyTargetG(&externalSteadyTargetG); in Vibrator()
409 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
413 mHwCal->getSteadyAmpMax(&tempAmpMax) in Vibrator()
417 mHwCal->getSteadyShape(&shape); in Vibrator()
433 mHwCal->getClickDuration(&mClickDuration); in Vibrator()
434 mHwCal->getTickDuration(&mTickDuration); in Vibrator()
435 mHwCal->getDoubleClickDuration(&mDoubleClickDuration); in Vibrator()
436 mHwCal->getHeavyClickDuration(&mHeavyClickDuration); in Vibrator()
442 mHwCal->getTriggerEffectSupport(&lpTrigSupport); in Vibrator()
592 mHwCal->debug(fd); in dump()
719 if(!mHwCal->getLraPeriod(&lraPeriod)) { in getResonantFrequency()