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

/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp678 char sysFsHPDFilePath[255]; local
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/
H A Dexternal.cpp666 char sysFsHPDFilePath[255]; local
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);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp666 char sysFsHPDFilePath[255]; local
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 31 milliseconds