Home
last modified time | relevance | path

Searched refs:mContextListener (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp692 if (scalable && mContextEnable && mContextListener) { in amplitudeToScale()
702 mContextListener->getCarriedPositionInfo(&carriedPosition, &lastFaceUpTime); in amplitudeToScale()
753 mContextListener = CapoDetector::start(); in updateContext()
754 if (mContextListener == nullptr) { in updateContext()
763 __func__, (uint32_t)mContextListener->getNanoppAppId(), mScalingFactor, in updateContext()
1383 if (mContextListener) { in dump()
1384 dprintf(fd, "Capo ID: 0x%x\n", (uint32_t)(mContextListener->getNanoppAppId())); in dump()
1385 dprintf(fd, "Capo State: %d\n", mContextListener->getCarriedPosition()); in dump()
DVibrator.h280 sp<CapoDetector> mContextListener; variable