Home
last modified time | relevance | path

Searched refs:getSimpleDetails (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp621 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()
DVibrator.h208 ndk::ScopedAStatus getSimpleDetails(Effect effect, EffectStrength strength,
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h220 ndk::ScopedAStatus getSimpleDetails(Effect effect, EffectStrength strength,
DVibrator.cpp1423 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()