Home
last modified time | relevance | path

Searched refs:getSupportedEffects (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl108 Effect[] getSupportedEffects(); in getSupportedEffects() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl25 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl25 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects() method
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp88 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect>* _aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
178 return getSupportedEffects(_aidl_return); in getSupportedAlwaysOnEffects()
/hardware/google/pixel/vibrator/drv2624/
DVibrator.h142 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
DVibrator.cpp236 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h126 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
DVibrator.cpp173 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp120 ASSERT_TRUE(vibrator->getSupportedEffects(&supported).isOk()); in TEST_P()
146 ASSERT_TRUE(vibrator->getSupportedEffects(&supported).isOk()); in TEST_P()