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

/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp410 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0); local
413 if (hdmiEDIDFile < 0) {
418 len = read(hdmiEDIDFile, mEDIDs, sizeof(mEDIDs)-1);
431 close(hdmiEDIDFile);
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp408 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0); local
411 if (hdmiEDIDFile < 0) {
416 len = read(hdmiEDIDFile, mEDIDs, sizeof(mEDIDs)-1);
429 close(hdmiEDIDFile);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp410 int hdmiEDIDFile = open(sysFsEDIDFilePath, O_RDONLY, 0); local
413 if (hdmiEDIDFile < 0) {
418 len = read(hdmiEDIDFile, mEDIDs, sizeof(mEDIDs)-1);
431 close(hdmiEDIDFile);

Completed in 32 milliseconds