Searched refs:rtpinput (Results 1 – 3 of 3) sorted by relevance
152 std::ofstream rtpinput{RTP_INPUT_PATH}; in registerVibratorService() local153 if (!rtpinput) { in registerVibratorService()193 std::move(state), std::move(rtpinput), std::move(mode), in registerVibratorService()
68 std::ofstream&& state, std::ofstream&& rtpinput, in Vibrator() argument74 mRtpInput(std::move(rtpinput)), in Vibrator()
33 std::ofstream&& state, std::ofstream&& rtpinput,