Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/tests/
Dtest-vibrator.cpp399 auto durIter = mEffectDurations.find(effect); in TEST_P() local
402 if (seqIter != EFFECT_SEQUENCES.end() && durIter != mEffectDurations.end()) { in TEST_P()
407 duration = durIter->second; in TEST_P()