Searched refs:lptrigger (Results 1 – 3 of 3) sorted by relevance
182 std::ofstream lptrigger{LP_TRIGGER_PATH}; in registerVibratorService() local183 if (!lptrigger) { in registerVibratorService()194 std::move(sequencer), std::move(scale), std::move(ctrlloop), std::move(lptrigger)); in registerVibratorService()
70 std::ofstream&& scale, std::ofstream&& ctrlloop, std::ofstream&& lptrigger) : in Vibrator() argument79 mLpTriggerEffect(std::move(lptrigger)) { in Vibrator()
35 std::ofstream&& scale, std::ofstream&& ctrlloop, std::ofstream&& lptrigger);