Home
last modified time | relevance | path

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

/device/google/bonito/vibrator/
DVibrator.cpp132 return (mHwApi.rtpInput ? true : false); in supportsAmplitudeControl()
143 mHwApi.rtpInput << rtp_input << std::endl; in setAmplitude()
144 if (!mHwApi.rtpInput) { in setAmplitude()
Dservice.cpp175 hwapi.rtpInput.open(RTP_INPUT_PATH); in registerVibratorService()
176 if (!hwapi.rtpInput) { in registerVibratorService()
DVibrator.h41 std::ofstream rtpInput; member