Lines Matching refs:mHwApi
217 : mHwApi(std::move(hwapi)), mHwCal(std::move(hwcal)), mAsyncHandle(std::async([] {})) { in Vibrator()
321 mHwApi->setF0(caldata);
324 mHwApi->setRedc(caldata);
327 mHwApi->setQ(caldata);
376 if (mHwApi->hasOwtFreeSpace()) { in getCapabilities()
406 mHwApi->setF0Offset(0); in off()
423 mHwApi->setF0Offset(mF0Offset); in on()
782 if (!mHwApi->setPwle(pwleQueue)) { in setPwle()
984 mHwApi->debug(fd); in dump()
1234 mHwApi->getOwtFreeSpace(&freeBytes); in uploadOwtEffect()
1319 if (!mHwApi->pollVibeState("Vibe state: Haptic\n", POLLING_TIMEOUT)) { in waitForComplete()
1322 mHwApi->pollVibeState("Vibe state: Stopped\n"); in waitForComplete()