Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp684 mGPIOStatus = mHwGPIO->getGPIO();
685 if (!mGPIOStatus || !mHwGPIO->initGPIO()) {
1000 if (mGPIOStatus && mIsDual) { in on()
1023 if (mGPIOStatus && mIsDual) { in on()
1049 if (!mGPIOStatus) { in on()
1708 if (mGPIOStatus && !mHwGPIO->setGPIOOutput(false)) { in waitForComplete()
DVibrator.h239 bool mGPIOStatus; variable