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

  /hardware/qcom/display/msm8084/libexternal/
external.cpp 552 char sysFsHPDFilePath[MAX_SYSFS_FILE_PATH];
553 snprintf(sysFsHPDFilePath ,sizeof(sysFsHPDFilePath),
555 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
558 __FUNCTION__, sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
569 sysFsHPDFilePath);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 553 char sysFsHPDFilePath[MAX_SYSFS_FILE_PATH];
554 snprintf(sysFsHPDFilePath ,sizeof(sysFsHPDFilePath),
556 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
559 __FUNCTION__, sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
570 sysFsHPDFilePath);
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 678 char sysFsHPDFilePath[255];
679 snprintf(sysFsHPDFilePath ,sizeof(sysFsHPDFilePath),
681 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
684 sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
694 ALOGE("%s: file write failed '%s'", __FUNCTION__, sysFsHPDFilePath);
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 666 char sysFsHPDFilePath[255];
667 sprintf(sysFsHPDFilePath ,"/sys/devices/virtual/graphics/fb%d/hpd",
669 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
672 sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
682 ALOGE("%s: file write failed '%s'", __FUNCTION__, sysFsHPDFilePath);

Completed in 159 milliseconds