Searched refs:performEffect (Results 1 – 6 of 6) sorted by relevance
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 151 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength, 154 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
|
D | Vibrator.cpp | 431 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/ |
D | Vibrator.h | 189 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength, 192 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
|
D | Vibrator.cpp | 314 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/ |
D | Vibrator.cpp | 249 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
|
D | Vibrator.h | 175 ndk::ScopedAStatus performEffect(Effect effect, EffectStrength strength, int32_t *outTimeMs);
|