Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/apex/
Dcom.android.vibrator.drv2624.enable.rc25 chown system system /sys/class/leds/vibrator/device/rtp_input
/hardware/google/pixel/vibrator/drv2624/
Dandroid.hardware.vibrator-service.drv2624.rc25 chown system system /sys/class/leds/vibrator/device/rtp_input
DVibrator.cpp179 int32_t rtp_input = std::round(amplitude * (MAX_RTP_INPUT - MIN_RTP_INPUT) + MIN_RTP_INPUT); in setAmplitude() local
181 if (!mHwApi->setRtpInput(rtp_input)) { in setAmplitude()