Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp221 uint32_t effectCount; local
278 mHwApi->getEffectCount(&effectCount);
279 mEffectDurations.resize(effectCount);
280 for (size_t effectIndex = 0; effectIndex < effectCount; effectIndex++) {
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp86 size_t effectCount = 0; in TEST_P() local
90 effectCount = result.size(); in TEST_P()
94 EXPECT_GT(effectCount, 0u); in TEST_P()
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.cpp1636 uint32_t effectCount = WAVEFORM_MAX_PHYSICAL_INDEX; in waitForComplete() local
1644 mHwApi->getEffectCount(&effectCount); in waitForComplete()
1646 if ((effectCount > WAVEFORM_MAX_PHYSICAL_INDEX) && in waitForComplete()