Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp917 uint32_t thisTimeMs; in getCompoundDetails() local
924 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
930 timeMs += thisTimeMs; in getCompoundDetails()
939 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
945 timeMs += thisTimeMs; in getCompoundDetails()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp1123 uint32_t thisTimeMs; in getCompoundDetails() local
1131 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
1136 timeMs += thisTimeMs; in getCompoundDetails()
1147 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails()
1152 timeMs += thisTimeMs; in getCompoundDetails()