Searched refs:constructPwleSegment (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/cs40l26/ |
D | DspMemChunk.cpp | 140 void DspMemChunk::constructPwleSegment(uint16_t delay, uint16_t amplitude, uint16_t frequency, in constructPwleSegment() function in aidl::android::hardware::vibrator::DspMemChunk 200 constructPwleSegment(delay, amp, freq, flags, 0 /*ignored*/); in constructActiveSegment() 222 constructPwleSegment(delay, 0 /*ignored*/, freq, flags, 0 /*ignored*/); in constructBrakingSegment()
|
D | DspMemChunk.h | 101 void constructPwleSegment(uint16_t delay, uint16_t amplitude, uint16_t frequency, uint8_t flags,
|