Searched refs:getSimpleDetails (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 339 status = getSimpleDetails(effect, strength, &effectIndex, &timeMs, &volLevel); in alwaysOnEnable() 412 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() function in aidl::android::hardware::vibrator::Vibrator 479 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 494 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 571 status = getSimpleDetails(effect, strength, &effectIndex, &timeMs, &volLevel); in performEffect()
|
D | Vibrator.h | 149 ndk::ScopedAStatus getSimpleDetails(Effect effect, EffectStrength strength,
|