Searched defs:pf (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c951 static FILE *pf = NULL; local
955 if (pf == NULL)
956 if ((pf = fopen("/home/dump.yuv", "w+")) == NULL) {
967 fwrite(data, 1, obj_surface->width_r, pf);
995 fwrite(header, obj_surface->height_r / 2, obj_surface->width_r, pf);
/hardware/ril/libril/
H A Dril.cpp1771 RIL_InitialAttachApn pf; local
1775 memset(&pf, 0, sizeof(pf));
1777 pf.apn = strdupReadString(p);
1778 pf.protocol = strdupReadString(p);
1781 pf.authtype = (int) t;
1783 pf.username = strdupReadString(p);
1784 pf.password = strdupReadString(p);
1788 printBuf, pf.apn, pf
1947 RIL_SimAuthentication pf; local
[all...]

Completed in 83 milliseconds