Searched refs:hasPwle (Results 1 – 5 of 5) sorted by relevance
50 MOCK_METHOD0(hasPwle, bool());
163 HasTest::MakeParam("device/pwle", &Vibrator::HwApi::hasPwle),
82 bool hasPwle() override { return has(mPwle); } in hasPwle() function
100 virtual bool hasPwle() = 0;
317 if (mHwApi->hasPwle() && mIsChirpEnabled) { in getCapabilities()