HomeSort by relevance Sort by last modified time
    Searched full:lock_update_file (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8960/liblight/
lights.c 195 char lock_update_file[MAX_PATH_SIZE]; local
199 sprintf(lock_update_file, LED_LOCK_UPDATE_FILE, rgb ? "red" : "white");
204 write_int(lock_update_file, 1); // for LED On/Off synchronization
224 write_int(lock_update_file, 0);

Completed in 84 milliseconds