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

/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp283 char sysFsScanInfoFilePath[MAX_SYSFS_FILE_PATH]; local
284 snprintf(sysFsScanInfoFilePath, sizeof(sysFsScanInfoFilePath),
289 hdmiScanInfoFile = open(sysFsScanInfoFilePath, O_RDONLY, 0);
292 __FUNCTION__, sysFsScanInfoFilePath);
301 __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);
/hardware/qcom/display/msm8x26/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 1148 milliseconds