Lines Matching refs:mHwCal
253 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator()
349 if (mHwCal->getF0(&caldata)) {
352 if (mHwCal->getRedc(&caldata)) {
355 if (mHwCal->getQ(&caldata)) {
359 mHwCal->getLongFrequencyShift(&longFrequencyShift);
368 mHwCal->getVersion(&calVer);
370 mHwCal->getTickVolLevels(&mTickEffectVol);
371 mHwCal->getClickVolLevels(&mClickEffectVol);
372 mHwCal->getLongVolLevels(&mLongEffectVol);
377 mHwApi->setF0CompEnable(mHwCal->isF0CompEnabled());
378 mHwApi->setRedcCompEnable(mHwCal->isRedcCompEnabled());
382 mIsChirpEnabled = mHwCal->isChirpEnabled();
384 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits);
804 if (!mHwCal->getF0(&caldata)) { in getResonantFrequency()
815 if (!mHwCal->getQ(&caldata)) { in getQFactor()
1159 mHwCal->debug(fd); in dump()