Home
last modified time | relevance | path

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

/device/google/coral/vibrator/
DVibrator.cpp273 Return<Status> Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() function in android::hardware::vibrator::V1_3::implementation::Vibrator
335 status = getSimpleDetails(Effect::CLICK, strength, &thisTimeMs, &thisVolLevel); in getCompoundDetails()
349 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisTimeMs, &thisVolLevel); in getCompoundDetails()
392 status = getSimpleDetails(effect, strength, &timeMs, &volLevel); in performEffect()
DVibrator.h146 Return<Status> getSimpleDetails(Effect effect, EffectStrength strength, uint32_t *outTimeMs,