Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h261 bool mHasPassthroughHapticDevice; variable
DVibrator.cpp281 mHasPassthroughHapticDevice = mHwApi->isPassthroughI2sHapticSupported();
320 if (mHasPassthroughHapticDevice || hasHapticAlsaDevice()) { in getCapabilities()
450 if (!mHasPassthroughHapticDevice) { in setExternalControl()