Home
last modified time | relevance | path

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

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