Home
last modified time | relevance | path

Searched refs:hasPwle (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/vibrator/cs40l25/tests/
Dmocks.h50 MOCK_METHOD0(hasPwle, bool());
Dtest-hwapi.cpp163 HasTest::MakeParam("device/pwle", &Vibrator::HwApi::hasPwle),
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h82 bool hasPwle() override { return has(mPwle); } in hasPwle() function
DVibrator.h100 virtual bool hasPwle() = 0;
DVibrator.cpp317 if (mHwApi->hasPwle() && mIsChirpEnabled) { in getCapabilities()