Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp242 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateWLength()
273 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateNSection()
302 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateWCount()
DDspMemChunk.h39 static constexpr uint8_t PWLE_WORD_SIZE = sizeof(uint32_t); variable