Searched refs:getSupportedEffects (Results 1 – 6 of 6) sorted by relevance
52 auto status = hal->call(&aidl::IVibrator::getSupportedEffects, &effects); in doMain()
121 SparseBooleanArray firstVibratorEffects = infos[0].getSupportedEffects(); in supportedEffectsIntersection()
68 MOCK_METHOD(Status, getSupportedEffects, (std::vector<Effect> * ret), (override));323 EXPECT_CALL(*mMockHal.get(), getSupportedEffects(_)) in TEST_F()421 EXPECT_CALL(*mMockHal.get(), getSupportedEffects(_)) in TEST_F()
64 MOCK_METHOD(Status, getSupportedEffects, (std::vector<Effect> * ret), (override));
327 public SparseBooleanArray getSupportedEffects() { in getSupportedEffects() method in VibratorInfo
310 auto result = getHal()->getSupportedEffects(&supportedEffects); in getSupportedEffectsInternal()