Searched refs:getSimpleDetails (Results 1 – 2 of 2) sorted by relevance
/device/google/coral/vibrator/ |
D | Vibrator.cpp | 273 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()
|
D | Vibrator.h | 146 Return<Status> getSimpleDetails(Effect effect, EffectStrength strength, uint32_t *outTimeMs,
|