Searched refs:ACTIVATE_PATH (Results 1 – 3 of 3) sorted by relevance
31 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable107 std::ofstream activate{ACTIVATE_PATH}; in makeVibratorService()109 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, errno, strerror(errno)); in makeVibratorService()
34 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable123 std::ofstream activate{ACTIVATE_PATH}; in registerVibratorService()126 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, error, strerror(error)); in registerVibratorService()
35 static constexpr char ACTIVATE_PATH[] = "/sys/class/leds/vibrator/activate"; variable146 hwapi.activate.open(ACTIVATE_PATH); in registerVibratorService()149 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, error, strerror(error)); in registerVibratorService()