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

  /device/htc/flounder/power/
power_flounder.c 52 int boostpulse_fd; member in struct:flounder_power_module
140 if (flounder->boostpulse_fd < 0) {
141 flounder->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
143 if (flounder->boostpulse_fd < 0) {
169 return flounder->boostpulse_fd;
199 len = write(flounder->boostpulse_fd, "1", 1);
251 boostpulse_fd: -1,
  /device/google/dragon/power/
power_dragon.cpp 61 int boostpulse_fd; member in struct:dragon_power_module
172 if (dragon->boostpulse_fd < 0) {
173 dragon->boostpulse_fd = open(BOOSTPULSE_PATH, O_WRONLY);
175 if (dragon->boostpulse_fd < 0) {
185 return dragon->boostpulse_fd;
199 len = write(dragon->boostpulse_fd, "1", 1);
264 boostpulse_fd: -1,

Completed in 2622 milliseconds