Searched defs:sysFsScanInfoFilePath (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp181 char sysFsScanInfoFilePath[MAX_SYSFS_FILE_PATH]; local
182 snprintf(sysFsScanInfoFilePath, sizeof(sysFsScanInfoFilePath),
187 hdmiScanInfoFile = open(sysFsScanInfoFilePath, O_RDONLY, 0);
190 __FUNCTION__, sysFsScanInfoFilePath);
199 __FUNCTION__, sysFsScanInfoFilePath);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp181 char sysFsScanInfoFilePath[MAX_SYSFS_FILE_PATH]; local
182 snprintf(sysFsScanInfoFilePath, sizeof(sysFsScanInfoFilePath),
187 hdmiScanInfoFile = open(sysFsScanInfoFilePath, O_RDONLY, 0);
190 __FUNCTION__, sysFsScanInfoFilePath);
199 __FUNCTION__, sysFsScanInfoFilePath);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp233 char sysFsScanInfoFilePath[128]; local
234 sprintf(sysFsScanInfoFilePath, "/sys/devices/virtual/graphics/fb%d/"
238 hdmiScanInfoFile = open(sysFsScanInfoFilePath, O_RDONLY, 0);
241 __FUNCTION__, sysFsScanInfoFilePath);
250 __FUNCTION__, sysFsScanInfoFilePath);

Completed in 8 milliseconds