Searched refs:thisEffectIndex (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 1156 uint32_t thisEffectIndex; in getCompoundDetails() local 1164 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1169 effectBuilder << thisEffectIndex << "." << thisVolLevel; in getCompoundDetails() 1179 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1184 effectBuilder << thisEffectIndex << "." << thisVolLevel; in getCompoundDetails()
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.cpp | 1482 uint32_t thisEffectIndex; in getCompoundDetails() local 1487 status = getSimpleDetails(Effect::CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1494 outCh->constructComposeSegment(thisVolLevel, thisEffectIndex, 0 /*repeat*/, 0 /*flags*/, in getCompoundDetails() 1499 status = getSimpleDetails(Effect::HEAVY_CLICK, strength, &thisEffectIndex, &thisTimeMs, in getCompoundDetails() 1507 outCh->constructComposeSegment(thisVolLevel, thisEffectIndex, 0 /*repeat*/, 0 /*flags*/, in getCompoundDetails()
|