Home
last modified time | relevance | path

Searched refs:rtpinput (Results 1 – 3 of 3) sorted by relevance

/device/google/wahoo/vibrator/
Dservice.cpp152 std::ofstream rtpinput{RTP_INPUT_PATH}; in registerVibratorService() local
153 if (!rtpinput) { in registerVibratorService()
193 std::move(state), std::move(rtpinput), std::move(mode), in registerVibratorService()
DVibrator.cpp68 std::ofstream&& state, std::ofstream&& rtpinput, in Vibrator() argument
74 mRtpInput(std::move(rtpinput)), in Vibrator()
DVibrator.h33 std::ofstream&& state, std::ofstream&& rtpinput,