Searched refs:sysfsFd (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libqdutils/ |
H A D | mdp_version.cpp | 219 FILE *sysfsFd; local 236 sysfsFd = fopen(sysfsPath, "rb"); 238 if (sysfsFd == NULL) { 244 while((read = getline(&line, &len, sysfsFd)) != -1) { 302 fclose(sysfsFd); 310 sysfsFd = fopen(sysfsPath, "rb"); 311 if (sysfsFd == NULL) { 317 if((read = getline(&line, &len, sysfsFd)) != -1) { 324 fclose(sysfsFd);
|
/hardware/qcom/display/msm8226/libqdutils/ |
H A D | mdp_version.cpp | 225 FILE *sysfsFd; local 242 sysfsFd = fopen(sysfsPath, "rb"); 244 if (sysfsFd == NULL) { 250 while((read = getline(&line, &len, sysfsFd)) != -1) { 308 fclose(sysfsFd); 316 sysfsFd = fopen(sysfsPath, "rb"); 317 if (sysfsFd == NULL) { 323 if((read = getline(&line, &len, sysfsFd)) != -1) { 330 fclose(sysfsFd);
|
/hardware/qcom/display/msm8909/libqdutils/ |
H A D | mdp_version.cpp | 259 FILE *sysfsFd; local 276 sysfsFd = fopen(sysfsPath, "rb"); 278 if (sysfsFd == NULL) { 284 while((read = getline(&line, &len, sysfsFd)) != -1) { 345 fclose(sysfsFd); 357 sysfsFd = fopen(sysfsPath, "rb"); 358 if (sysfsFd == NULL) { 364 if((read = getline(&line, &len, sysfsFd)) != -1) { 371 fclose(sysfsFd);
|
/hardware/qcom/display/msm8994/libqdutils/ |
H A D | mdp_version.cpp | 268 FILE *sysfsFd; local 285 sysfsFd = fopen(sysfsPath, "rb"); 287 if (sysfsFd == NULL) { 293 while((read = getline(&line, &len, sysfsFd)) != -1) { 361 fclose(sysfsFd); 373 sysfsFd = fopen(sysfsPath, "rb"); 374 if (sysfsFd == NULL) { 380 if((read = getline(&line, &len, sysfsFd)) != -1) { 387 fclose(sysfsFd);
|
Completed in 81 milliseconds