Searched refs:getSimpleDetails (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 621 status = getSimpleDetails(effect, strength, &effectIndex, &timeMs, &volLevel); in alwaysOnEnable() 1084 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() function in aidl::android::hardware::vibrator::Vibrator 1164 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1179 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1276 status = getSimpleDetails(effect, strength, &effectIndex, &timeMs, &volLevel); in performEffect()
|
D | Vibrator.h | 208 ndk::ScopedAStatus getSimpleDetails(Effect effect, EffectStrength strength,
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 220 ndk::ScopedAStatus getSimpleDetails(Effect effect, EffectStrength strength,
|
D | Vibrator.cpp | 1423 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() function in aidl::android::hardware::vibrator::Vibrator 1487 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1499 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1593 status = getSimpleDetails(effect, strength, &effectIndex, &timeMs, &volLevel); in performEffect()
|