Home
last modified time | relevance | path

Searched refs:setGPIOOutput (Results 1 – 4 of 4) sorted by relevance

/device/google/felix/vibrator/cs40l26/
DVibMgrHwApi.h103 bool setGPIOOutput(bool value) override { in setGPIOOutput() function
DVibrator.cpp729 if (!mHwGPIO->setGPIOOutput(false)) { in off()
1082 if (!mHwGPIO->setGPIOOutput(true)) { in on()
1708 if (mGPIOStatus && !mHwGPIO->setGPIOOutput(false)) { in waitForComplete()
DVibrator.h43 virtual bool setGPIOOutput(bool value) = 0;
/device/google/felix/vibrator/cs40l26/tests/
Dmocks.h28 MOCK_METHOD1(setGPIOOutput, bool(bool value));