Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp78 waveformType = type;
82 if (waveformType == WAVEFORM_COMPOSE) {
86 } else if (waveformType == WAVEFORM_PWLE) {
99 ALOGE("%s: Invalid type: %u", __func__, waveformType);
164 if (waveformType != WAVEFORM_COMPOSE) { in constructComposeSegment()
165 ALOGE("%s: Invalid type: %d", __func__, waveformType); in constructComposeSegment()
187 if (waveformType != WAVEFORM_PWLE) { in constructActiveSegment()
188 ALOGE("%s: Invalid type: %d", __func__, waveformType); in constructActiveSegment()
209 if (waveformType != WAVEFORM_PWLE) { in constructBrakingSegment()
210 ALOGE("%s: Invalid type: %d", __func__, waveformType); in constructBrakingSegment()
[all …]
DDspMemChunk.h71 uint8_t type() const { return waveformType; } in type()
88 uint8_t waveformType; variable