Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp59 std::string str_leds_wled("/sys/class/leds/wled/secure_mode"); in Init() local
60 fd_wled_ = ::open(str_leds_wled.c_str(), O_WRONLY); in Init()
62 DLOGW("File '%s' could not be opened. errno = %d, desc = %s", str_leds_wled.c_str(), errno, in Init()