Home
last modified time | relevance | path

Searched refs:constructActiveSegment (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp305 void constructActiveSegment(std::ostringstream &pwleBuilder, const int &segmentIdx, int duration, in constructActiveSegment() function
367 constructActiveSegment(pwleBuilder, segmentIdx, 0, active.startAmplitude, in composePwle()
372 constructActiveSegment(pwleBuilder, segmentIdx, active.duration, in composePwle()
/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.h78 int constructActiveSegment(int duration, float amplitude, float frequency, bool chirp);
DDspMemChunk.cpp180 int DspMemChunk::constructActiveSegment(int duration, float amplitude, float frequency, in constructActiveSegment() function in aidl::android::hardware::vibrator::DspMemChunk
DVibrator.cpp1129 if (ch.constructActiveSegment(0, active.startAmplitude, active.startFrequency, in composePwle()
1143 if (ch.constructActiveSegment(active.duration, active.endAmplitude, in composePwle()
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp866 static void constructActiveSegment(std::ostringstream &pwleBuilder, const int &segmentIdx, in constructActiveSegment() function
965 constructActiveSegment(pwleBuilder, segmentIdx, 0, active.startAmplitude, in composePwle()
970 constructActiveSegment(pwleBuilder, segmentIdx, active.duration, in composePwle()