Lines Matching refs:Effect
310 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform()
317 ndk::ScopedAStatus Vibrator::getSupportedEffects(std::vector<Effect> *_aidl_return) { in getSupportedEffects()
318 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK, in getSupportedEffects()
319 Effect::DOUBLE_CLICK}; in getSupportedEffects()
506 ndk::ScopedAStatus Vibrator::getSupportedAlwaysOnEffects(std::vector<Effect> *_aidl_return) { in getSupportedAlwaysOnEffects()
507 *_aidl_return = {Effect::TEXTURE_TICK, Effect::TICK, Effect::CLICK, Effect::HEAVY_CLICK}; in getSupportedAlwaysOnEffects()
511 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
857 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails()
880 case Effect::TEXTURE_TICK: in getSimpleDetails()
884 case Effect::TICK: in getSimpleDetails()
888 case Effect::CLICK: in getSimpleDetails()
892 case Effect::HEAVY_CLICK: in getSimpleDetails()
910 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails()
921 case Effect::DOUBLE_CLICK: in getCompoundDetails()
924 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
939 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
1008 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
1018 case Effect::TEXTURE_TICK: in performEffect()
1020 case Effect::TICK: in performEffect()
1022 case Effect::CLICK: in performEffect()
1024 case Effect::HEAVY_CLICK: in performEffect()
1027 case Effect::DOUBLE_CLICK: in performEffect()