HomeSort by relevance Sort by last modified time
    Searched refs:sysFsEDIDFilePath (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libexternal/
external.cpp 302 char sysFsEDIDFilePath[MAX_SYSFS_FILE_PATH];
303 snprintf(sysFsEDIDFilePath , sizeof(sysFsEDIDFilePath),
306 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0);
312 __FUNCTION__, sysFsEDIDFilePath);
320 __FUNCTION__, sysFsEDIDFilePath);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 302 char sysFsEDIDFilePath[MAX_SYSFS_FILE_PATH];
303 snprintf(sysFsEDIDFilePath , sizeof(sysFsEDIDFilePath),
306 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0);
312 __FUNCTION__, sysFsEDIDFilePath);
320 __FUNCTION__, sysFsEDIDFilePath);
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 406 char sysFsEDIDFilePath[255];
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 115 milliseconds