Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.cpp223 char sysfsPath[255]; in updateSysFsInfo() local
224 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
225 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
236 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
240 __FUNCTION__, sysfsPath); in updateSysFsInfo()
306 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
307 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
310 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
313 sysfsPath, strerror(errno)); in updateSysFsInfo()
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.cpp229 char sysfsPath[255]; in updateSysFsInfo() local
230 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
231 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
242 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
246 __FUNCTION__, sysfsPath); in updateSysFsInfo()
312 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
313 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
316 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
319 sysfsPath, strerror(errno)); in updateSysFsInfo()
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.cpp272 char sysfsPath[255]; in updateSysFsInfo() local
273 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
274 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
285 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
289 __FUNCTION__, sysfsPath); in updateSysFsInfo()
369 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo()
370 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo()
373 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo()
376 sysfsPath, strerror(errno)); in updateSysFsInfo()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp507 char sysfsPath[qdutils::MAX_SYSFS_FILE_PATH]; in setRefreshRate() local
508 snprintf (sysfsPath, sizeof(sysfsPath), in setRefreshRate()
511 int fd = open(sysfsPath, O_WRONLY); in setRefreshRate()
526 ALOGE("%s: Failed to open %s with error %s", __FUNCTION__, sysfsPath, in setRefreshRate()