Lines Matching refs:mHwCal
66 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)) { in Vibrator()
75 if (mHwCal->getAutocal(&autocal)) { in Vibrator()
78 mHwCal->getLraPeriod(&lraPeriod); in Vibrator()
80 mHwCal->getCloseLoopThreshold(&mCloseLoopThreshold); in Vibrator()
81 mHwCal->getDynamicConfig(&dynamicConfig); in Vibrator()
87 mHwCal->getLongFrequencyShift(&longFreqencyShift); in Vibrator()
88 mHwCal->getShortVoltageMax(&shortVoltageMax); in Vibrator()
89 mHwCal->getLongVoltageMax(&longVoltageMax); in Vibrator()
108 mHwCal->getClickDuration(&mClickDuration); in Vibrator()
109 mHwCal->getTickDuration(&mTickDuration); in Vibrator()
110 mHwCal->getDoubleClickDuration(&mDoubleClickDuration); in Vibrator()
111 mHwCal->getHeavyClickDuration(&mHeavyClickDuration); in Vibrator()
228 mHwCal->debug(fd); in dump()
407 if(!mHwCal->getLraPeriod(&lraPeriod)) { in getResonantFrequency()