Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DVibrator.cpp161 class DspMemChunk { class
226 DspMemChunk(uint8_t type, size_t size) : head(new uint8_t[size]{0x00}) { in DspMemChunk() function in aidl::android::hardware::vibrator::DspMemChunk
883 DspMemChunk ch(WAVEFORM_COMPOSE, FF_CUSTOM_DATA_LEN_MAX_COMP); in compose()
958 ndk::ScopedAStatus Vibrator::on(uint32_t timeoutMs, uint32_t effectIndex, const DspMemChunk *ch, in on()
1258 DspMemChunk ch(WAVEFORM_PWLE, FF_CUSTOM_DATA_LEN_MAX_PWLE); in composePwle()
1542 uint32_t *outTimeMs, DspMemChunk *outCh) { in getCompoundDetails()
1642 std::optional<DspMemChunk> maybeCh; in performEffect()
1663 DspMemChunk *ch = maybeCh ? &*maybeCh : nullptr; in performEffect()
1672 const DspMemChunk *ch, in performEffect()
DVibrator.h181 ndk::ScopedAStatus on(uint32_t timeoutMs, uint32_t effectIndex, const class DspMemChunk *ch,
192 uint32_t *outTimeMs, class DspMemChunk *outCh);
198 const class DspMemChunk *ch,