Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp157 string mode_path = string(fb_path_) + string("0/mode"); in GetCurrentModeFromSysfs() local
159 FILE *fd = Sys::fopen_(mode_path.c_str(), "r"); in GetCurrentModeFromSysfs()
344 string mode_path = string(fb_path_) + string("0/mode"); in SetDisplayAttributes() local
345 int fd = Sys::open_(mode_path.c_str(), O_WRONLY); in SetDisplayAttributes()