HomeSort by relevance Sort by last modified time
    Searched refs:RTP_INPUT_PATH (Results 1 - 2 of 2) sorted by null

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

Completed in 63 milliseconds