Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/drv2624/
DHardware.h43 bool hasRtpInput() override { return has(mRtpInput); } in hasRtpInput()
44 bool setRtpInput(int8_t value) override { return set(value, &mRtpInput); } in setRtpInput()
62 open("device/rtp_input", &mRtpInput); in HwApi()
79 std::ofstream mRtpInput; variable