/aosp12/frameworks/native/cmds/idlcli/vibrator/ |
H A D | CommandGetSupportedEffects.cpp | 52 auto status = hal->call(&aidl::IVibrator::getSupportedEffects, &effects); in doMain()
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 25 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects() method
|
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 126 Effect[] getSupportedEffects(); in getSupportedEffects() method
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 41 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects() method
|
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
H A D | IVibrator.aidl | 41 android.hardware.vibrator.Effect[] getSupportedEffects(); in getSupportedEffects() method
|
/aosp12/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 377 BENCHMARK_WRAPPER(VibratorBench_Aidl, getSupportedEffects, { 381 mVibrator->getSupportedEffects(&supportedEffects); 482 mVibrator->getSupportedEffects(&supported);
|
/aosp12/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/ |
H A D | Vibrator.h | 34 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect>* _aidl_return) override;
|
/aosp12/hardware/interfaces/vibrator/aidl/default/ |
H A D | Vibrator.cpp | 100 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect>* _aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator 200 return getSupportedEffects(_aidl_return); in getSupportedAlwaysOnEffects()
|
/aosp12/hardware/google/pixel/vibrator/drv2624/ |
H A D | Vibrator.h | 145 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
|
H A D | Vibrator.cpp | 234 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.h | 109 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
|
H A D | Vibrator.cpp | 434 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Vibrator.h | 147 ndk::ScopedAStatus getSupportedEffects(std::vector<Effect> *_aidl_return) override;
|
H A D | Vibrator.cpp | 317 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects() function in aidl::android::hardware::vibrator::Vibrator
|
/aosp12/frameworks/native/services/vibratorservice/test/ |
H A D | VibratorHalWrapperAidlTest.cpp | 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()
|
H A D | VibratorManagerHalWrapperAidlTest.cpp | 64 MOCK_METHOD(Status, getSupportedEffects, (std::vector<Effect> * ret), (override));
|
/aosp12/hardware/interfaces/vibrator/aidl/vts/ |
H A D | VtsHalVibratorTargetTest.cpp | 235 ASSERT_TRUE(vibrator->getSupportedEffects(&supported).isOk()); in TEST_P() 262 ASSERT_TRUE(vibrator->getSupportedEffects(&supported).isOk()); in TEST_P()
|
/aosp12/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 378 auto result = getHal()->getSupportedEffects(&supportedEffects); in getSupportedEffectsInternal()
|