Home
last modified time | relevance | path

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

/device/google/wahoo/vibrator/
Dservice.cpp39 static constexpr char SEQUENCER_PATH[] = "/sys/class/leds/vibrator/device/set_sequencer"; variable
164 std::ofstream sequencer{SEQUENCER_PATH}; in registerVibratorService()
167 ALOGW("Failed to open %s (%d): %s", SEQUENCER_PATH, error, strerror(error)); in registerVibratorService()
/device/google/bonito/vibrator/
Dservice.cpp40 static constexpr char SEQUENCER_PATH[] = "/sys/class/leds/vibrator/device/set_sequencer"; variable
187 hwapi.sequencer.open(SEQUENCER_PATH); in registerVibratorService()
190 ALOGW("Failed to open %s (%d): %s", SEQUENCER_PATH, error, strerror(error)); in registerVibratorService()