Home
last modified time | relevance | path

Searched refs:performEffect (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h151 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength,
154 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
DVibrator.cpp431 return performEffect(effect, strength, callback, _aidl_return); in perform()
580 return performEffect(0 /*ignored*/, 0 /*ignored*/, ch, callback); in compose()
1262 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
1294 status = performEffect(static_cast<uint16_t>(effectIndex), volLevel, ch, callback); in performEffect()
1301 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h189 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength,
192 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
DVibrator.cpp314 return performEffect(effect, strength, callback, _aidl_return); in perform()
462 return performEffect(0 /*ignored*/, 0 /*ignored*/, &effectQueue, callback); in compose()
1008 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
1038 status = performEffect(effectIndex, volLevel, &effectQueue, callback); in performEffect()
1046 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/drv2624/
DVibrator.cpp249 status = performEffect(effect, strength, _aidl_return); in perform()
305 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
DVibrator.h175 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength, int32_t *outTimeMs);