Searched refs:VibratorAidl (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorManagerTargetTest.cpp | 60 class VibratorAidl : public testing::TestWithParam<std::string> { class 79 TEST_P(VibratorAidl, ValidateExistingVibrators) { in TEST_P() argument 87 TEST_P(VibratorAidl, GetVibratorWithInvalidId) { in TEST_P() argument 95 TEST_P(VibratorAidl, ValidatePrepareSyncedExistingVibrators) { in TEST_P() argument 102 TEST_P(VibratorAidl, PrepareSyncedEmptySetIsInvalid) { in TEST_P() argument 108 TEST_P(VibratorAidl, PrepareSyncedNotSupported) { in TEST_P() argument 115 TEST_P(VibratorAidl, PrepareOnNotSupported) { in TEST_P() argument 132 TEST_P(VibratorAidl, PreparePerformNotSupported) { in TEST_P() argument 149 TEST_P(VibratorAidl, PrepareComposeNotSupported) { in TEST_P() argument 172 TEST_P(VibratorAidl, TriggerWithCallback) { in TEST_P() argument [all …]
|
D | VtsHalVibratorTargetTest.cpp | 91 class VibratorAidl : public testing::TestWithParam<std::tuple<int32_t, int32_t>> { class 214 TEST_P(VibratorAidl, OnThenOffBeforeTimeout) { in TEST_P() argument 220 TEST_P(VibratorAidl, OnWithCallback) { in TEST_P() argument 235 TEST_P(VibratorAidl, OnCallbackNotSupported) { in TEST_P() argument 243 TEST_P(VibratorAidl, ValidateEffect) { in TEST_P() argument 267 TEST_P(VibratorAidl, ValidateEffectWithCallback) { in TEST_P() argument 304 TEST_P(VibratorAidl, ValidateEffectWithCallbackNotSupported) { in TEST_P() argument 318 TEST_P(VibratorAidl, InvalidEffectsUnsupported) { in TEST_P() argument 337 TEST_P(VibratorAidl, ChangeVibrationAmplitude) { in TEST_P() argument 349 TEST_P(VibratorAidl, AmplitudeOutsideRangeFails) { in TEST_P() argument [all …]
|