Searched refs:effectVolLevel (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/vibrator/cs40l26/ |
D | DspMemChunk.cpp | 161 int DspMemChunk::constructComposeSegment(uint32_t effectVolLevel, uint32_t effectIndex, in constructComposeSegment() argument 163 VFTRACE(effectVolLevel, effectIndex, repeat, flags, nextEffectDelay); in constructComposeSegment() 168 if (effectVolLevel > 100 || effectIndex > WAVEFORM_MAX_PHYSICAL_INDEX) { in constructComposeSegment() 169 ALOGE("%s: Invalid argument: %u, %u", __func__, effectVolLevel, effectIndex); in constructComposeSegment() 172 write(8, effectVolLevel); /* amplitude */ in constructComposeSegment()
|
D | DspMemChunk.h | 76 int constructComposeSegment(uint32_t effectVolLevel, uint32_t effectIndex, uint8_t repeat,
|
D | Vibrator.cpp | 547 uint32_t effectVolLevel = 0; in compose() local 560 effectVolLevel = intensityToVolLevel(e_curr.scale, effectIndex); in compose() 585 ch.constructComposeSegment(effectVolLevel, effectIndex, 0 /*repeat*/, 0 /*flags*/, in compose()
|