Searched refs:mHwApi (Results 1 – 2 of 2) sorted by relevance
71 : mHwApi(std::move(hwapi)), mShortLraPeriod(short_lra_period), mLongLraPeriod(long_lra_period) { in Vibrator()81 mHwApi.lpTriggerEffect << 1 << std::endl; in Vibrator()82 if (!mHwApi.lpTriggerEffect) { in Vibrator()89 mHwApi.ctrlLoop << LOOP_MODE_OPEN << std::endl; in on()90 mHwApi.duration << timeoutMs << std::endl; in on()91 if (!mHwApi.duration) { in on()97 mHwApi.mode << WAVEFORM_MODE << std::endl; in on()98 mHwApi.lraWaveShape << SINE_WAVE << std::endl; in on()99 mHwApi.odClamp << mShortVoltageMax << std::endl; in on()100 mHwApi.olLraPeriod << mShortLraPeriod << std::endl; in on()[all …]
69 HwApi mHwApi; variable