Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp1642 std::optional<DspMemChunk> maybeCh; in performEffect() local
1654 maybeCh.emplace(WAVEFORM_COMPOSE, FF_CUSTOM_DATA_LEN_MAX_COMP); in performEffect()
1655 status = getCompoundDetails(effect, strength, &timeMs, &*maybeCh); in performEffect()
1663 DspMemChunk *ch = maybeCh ? &*maybeCh : nullptr; in performEffect()