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

/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp552 char sysFsHPDFilePath[MAX_SYSFS_FILE_PATH]; local
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/
H A Dexternal.cpp552 char sysFsHPDFilePath[MAX_SYSFS_FILE_PATH]; local
553 snprintf(sysFsHPDFilePath ,sizeof(sysFsHPDFilePath),
555 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
558 __FUNCTION__, sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
569 sysFsHPDFilePath);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp665 char sysFsHPDFilePath[255]; local
666 sprintf(sysFsHPDFilePath ,"/sys/devices/virtual/graphics/fb%d/hpd",
668 int hdmiHPDFile = open(sysFsHPDFilePath,O_RDWR, 0);
671 sysFsHPDFilePath, hdmiHPDFile, strerror(errno));
681 ALOGE("%s: file write failed '%s'", __FUNCTION__, sysFsHPDFilePath);

Completed in 7 milliseconds