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

/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp404 char sysFsEDIDFilePath[MAX_SYSFS_FILE_PATH]; local
405 snprintf(sysFsEDIDFilePath , sizeof(sysFsEDIDFilePath),
408 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0);
413 __FUNCTION__, sysFsEDIDFilePath);
421 __FUNCTION__, sysFsEDIDFilePath);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp406 char sysFsEDIDFilePath[255]; local
407 sprintf(sysFsEDIDFilePath , "/sys/devices/virtual/graphics/fb%d/edid_modes",
410 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0);
415 __FUNCTION__, sysFsEDIDFilePath);
423 __FUNCTION__, sysFsEDIDFilePath);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp406 char sysFsEDIDFilePath[255]; local
407 sprintf(sysFsEDIDFilePath , "/sys/devices/virtual/graphics/fb%d/edid_modes",
410 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0);
415 __FUNCTION__, sysFsEDIDFilePath);
423 __FUNCTION__, sysFsEDIDFilePath);

Completed in 63 milliseconds