Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8960/liblight/
H A Dlights.c195 char lock_update_file[MAX_PATH_SIZE]; in set_speaker_light_locked() local
199 sprintf(lock_update_file, LED_LOCK_UPDATE_FILE, rgb ? "red" : "white"); in set_speaker_light_locked()
204 write_int(lock_update_file, 1); // for LED On/Off synchronization in set_speaker_light_locked()
224 write_int(lock_update_file, 0); in set_speaker_light_locked()