Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp273 uint8_t effectIndex = 0; local
275 for (effectIndex = 0; effectIndex < WAVEFORM_MAX_PHYSICAL_INDEX; effectIndex++) {
298 mFfEffects[effectIndex].id = effectIndex;
308 for (effectIndex = WAVEFORM_MAX_PHYSICAL_INDEX; effectIndex < WAVEFORM_MAX_INDEX;
309 effectIndex++) {
489 uint32_t effectIndex; in getPrimitiveDuration() local
651 uint32_t effectIndex; in alwaysOnEnable() local
1070 uint32_t effectIndex; in getSimpleDetails() local
1173 uint32_t effectIndex; in getPrimitiveDetails() local
1266 uint32_t effectIndex; in performEffect() local
[all …]
H A DVibrator.h136 ndk::ScopedAStatus on(uint32_t timeoutMs, uint32_t effectIndex,
154 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
160 uint32_t intensityToVolLevel(float intensity, uint32_t effectIndex);
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp247 for (size_t effectIndex = 0; effectIndex < effectCount; effectIndex++) { local
404 uint32_t effectIndex; in getPrimitiveDuration() local
443 uint32_t effectIndex; in compose() local
450 effectBuilder << effectIndex << "." << intensityToVolLevel(e.scale, effectIndex) << ","; in compose()
513 uint32_t effectIndex; in alwaysOnEnable() local
860 uint32_t effectIndex; in getSimpleDetails() local
903 *outEffectIndex = effectIndex; in getSimpleDetails()
960 uint32_t effectIndex; in getPrimitiveDetails() local
993 *outEffectIndex = effectIndex; in getPrimitiveDetails()
1012 uint32_t effectIndex; in performEffect() local
[all …]
H A DVibrator.h174 ndk::ScopedAStatus on(uint32_t timeoutMs, uint32_t effectIndex,
192 ndk::ScopedAStatus performEffect(uint32_t effectIndex, uint32_t volLevel,
198 uint32_t intensityToVolLevel(float intensity, uint32_t effectIndex);