Home
last modified time | relevance | path

Searched refs:RTP_INPUT_PATH (Results 1 – 2 of 2) sorted by relevance

/device/google/wahoo/vibrator/
Dservice.cpp37 static constexpr char RTP_INPUT_PATH[] = "/sys/class/leds/vibrator/device/rtp_input"; variable
152 std::ofstream rtpinput{RTP_INPUT_PATH}; in registerVibratorService()
155 ALOGW("Failed to open %s (%d): %s", RTP_INPUT_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp38 static constexpr char RTP_INPUT_PATH[] = "/sys/class/leds/vibrator/device/rtp_input"; variable
175 hwapi.rtpInput.open(RTP_INPUT_PATH); in registerVibratorService()
178 ALOGW("Failed to open %s (%d): %s", RTP_INPUT_PATH, error, strerror(error)); in registerVibratorService()