Home
last modified time | relevance | path

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

/device/google/sunfish/vibrator/drv2624/
DHardware.h48 bool hasRtpInput() override { return has(mRtpInput); } in hasRtpInput()
49 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput()
67 open("device/rtp_input", &mRtpInput); in HwApi()
85 std::ofstream mRtpInput; variable