Searched defs:displayDeviceFP (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8974/liboverlay/
H A Doverlay.cpp291 FILE *displayDeviceFP = NULL; local
301 displayDeviceFP = fopen(msmFbTypePath, "r");
303 if(displayDeviceFP){
305 displayDeviceFP);
313 fclose(displayDeviceFP);
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp60 FILE *displayDeviceFP = NULL; local
67 displayDeviceFP = fopen(msmFbTypePath, "r");
68 if(displayDeviceFP){
70 displayDeviceFP);
79 fclose(displayDeviceFP);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp59 FILE *displayDeviceFP = NULL; local
65 displayDeviceFP = fopen(msmFbTypePath, "r");
66 if(displayDeviceFP){
68 displayDeviceFP);
77 fclose(displayDeviceFP);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp59 FILE *displayDeviceFP = NULL; local
65 displayDeviceFP = fopen(msmFbTypePath, "r");
66 if(displayDeviceFP){
68 displayDeviceFP);
77 fclose(displayDeviceFP);

Completed in 82 milliseconds