Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.h182 bool mIsChirpEnabled; variable
H A DVibrator.cpp350 mIsChirpEnabled = mHwCal->isChirpEnabled();
379 if (mIsChirpEnabled) { in getCapabilities()