Searched refs:sysFsEDIDFilePath (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/display/msm8084/libexternal/ |
D | external.cpp | 302 char sysFsEDIDFilePath[MAX_SYSFS_FILE_PATH]; in readResolution() local 303 snprintf(sysFsEDIDFilePath , sizeof(sysFsEDIDFilePath), in readResolution() 306 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0); in readResolution() 312 __FUNCTION__, sysFsEDIDFilePath); in readResolution() 320 __FUNCTION__, sysFsEDIDFilePath); in readResolution()
|
/hardware/qcom/display/msm8960/libexternal/ |
D | external.cpp | 406 char sysFsEDIDFilePath[255]; in readResolution() local 407 sprintf(sysFsEDIDFilePath , "/sys/devices/virtual/graphics/fb%d/edid_modes", in readResolution() 410 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0); in readResolution() 415 __FUNCTION__, sysFsEDIDFilePath); in readResolution() 423 __FUNCTION__, sysFsEDIDFilePath); in readResolution()
|