Home
last modified time | relevance | path

Searched refs:supportsAmplitudeControl (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp115 if (vibrator->supportsAmplitudeControl()) { in TEST_P()
126 if (vibrator->supportsAmplitudeControl()) { in TEST_P()
132 if (!vibrator->supportsAmplitudeControl()) { in TEST_P()
/hardware/interfaces/vibrator/1.0/default/
DVibrator.h35 Return<bool> supportsAmplitudeControl() override;
DVibrator.cpp55 Return<bool> Vibrator::supportsAmplitudeControl() { in supportsAmplitudeControl() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/hardware/interfaces/vibrator/1.3/example/
DVibrator.h38 Return<bool> supportsAmplitudeControl() override;
DVibrator.cpp54 Return<bool> Vibrator::supportsAmplitudeControl() { in supportsAmplitudeControl() function in android::hardware::vibrator::V1_3::implementation::Vibrator
/hardware/interfaces/vibrator/1.3/
DIVibrator.hal36 * supportsAmplitudeControl() while this is enabled. When this is disabled, the
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal41 supportsAmplitudeControl() generates (bool supports);