Searched refs:constructActiveSegment (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 305 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/ |
D | DspMemChunk.h | 78 int constructActiveSegment(int duration, float amplitude, float frequency, bool chirp);
|
D | DspMemChunk.cpp | 180 int DspMemChunk::constructActiveSegment(int duration, float amplitude, float frequency, in constructActiveSegment() function in aidl::android::hardware::vibrator::DspMemChunk
|
D | Vibrator.cpp | 1129 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/ |
D | Vibrator.cpp | 866 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()
|