Home
last modified time | relevance | path

Searched refs:supportsAmplitudeControl (Results 1 – 8 of 8) 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/bench/
Dbenchmark.cpp231 BENCHMARK_WRAPPER(VibratorBench_V1_0, supportsAmplitudeControl, {
233 mVibrator->supportsAmplitudeControl();
241 if (!mVibrator->supportsAmplitudeControl()) {
322 mVibrator->supportsAmplitudeControl();
338 if (!mVibrator->supportsAmplitudeControl()) {
/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);