Home
last modified time | relevance | path

Searched refs:displayDeviceFP (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
Dqd_utils.cpp37 FILE *displayDeviceFP = NULL; in getHDMINode() local
45 displayDeviceFP = fopen(msmFbTypePath, "r"); in getHDMINode()
46 if(displayDeviceFP) { in getHDMINode()
48 displayDeviceFP); in getHDMINode()
51 fclose(displayDeviceFP); in getHDMINode()
54 fclose(displayDeviceFP); in getHDMINode()
Dmdp_version.cpp130 FILE *displayDeviceFP = NULL; in updatePanelInfo() local
140 displayDeviceFP = fopen("/sys/class/graphics/fb0/msm_fb_type", "r"); in updatePanelInfo()
141 if(displayDeviceFP){ in updatePanelInfo()
143 displayDeviceFP); in updatePanelInfo()
156 fclose(displayDeviceFP); in updatePanelInfo()
/hardware/qcom/display/msm8226/libqdutils/
Dqd_utils.cpp38 FILE *displayDeviceFP = NULL; in getHDMINode() local
46 displayDeviceFP = fopen(msmFbTypePath, "r"); in getHDMINode()
47 if(displayDeviceFP) { in getHDMINode()
49 displayDeviceFP); in getHDMINode()
52 fclose(displayDeviceFP); in getHDMINode()
55 fclose(displayDeviceFP); in getHDMINode()
Dmdp_version.cpp137 FILE *displayDeviceFP = NULL; in updatePanelInfo() local
146 displayDeviceFP = fopen("/sys/class/graphics/fb0/msm_fb_type", "r"); in updatePanelInfo()
147 if(displayDeviceFP){ in updatePanelInfo()
149 displayDeviceFP); in updatePanelInfo()
162 fclose(displayDeviceFP); in updatePanelInfo()
/hardware/qcom/display/msm8974/liboverlay/
Doverlay.cpp291 FILE *displayDeviceFP = NULL; in initOverlay() local
301 displayDeviceFP = fopen(msmFbTypePath, "r"); in initOverlay()
303 if(displayDeviceFP){ in initOverlay()
305 displayDeviceFP); in initOverlay()
313 fclose(displayDeviceFP); in initOverlay()
/hardware/qcom/display/msm8960/libexternal/
Dexternal.cpp59 FILE *displayDeviceFP = NULL; in updateExtDispDevFbIndex() local
65 displayDeviceFP = fopen(msmFbTypePath, "r"); in updateExtDispDevFbIndex()
66 if(displayDeviceFP){ in updateExtDispDevFbIndex()
68 displayDeviceFP); in updateExtDispDevFbIndex()
77 fclose(displayDeviceFP); in updateExtDispDevFbIndex()
/hardware/qcom/display/msm8974/libexternal/
Dexternal.cpp60 FILE *displayDeviceFP = NULL; in updateExtDispDevFbIndex() local
67 displayDeviceFP = fopen(msmFbTypePath, "r"); in updateExtDispDevFbIndex()
68 if(displayDeviceFP){ in updateExtDispDevFbIndex()
70 displayDeviceFP); in updateExtDispDevFbIndex()
79 fclose(displayDeviceFP); in updateExtDispDevFbIndex()
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.cpp443 FILE *displayDeviceFP = NULL; in initOverlay() local
453 displayDeviceFP = fopen(msmFbTypePath, "r"); in initOverlay()
455 if(displayDeviceFP){ in initOverlay()
457 displayDeviceFP); in initOverlay()
465 fclose(displayDeviceFP); in initOverlay()
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.cpp432 FILE *displayDeviceFP = NULL; in initOverlay() local
442 displayDeviceFP = fopen(msmFbTypePath, "r"); in initOverlay()
444 if(displayDeviceFP){ in initOverlay()
446 displayDeviceFP); in initOverlay()
454 fclose(displayDeviceFP); in initOverlay()