Lines Matching refs:FILE
6 ** you may not use this file except in compliance with the License.
623 FILE *fp = fopen(defaultXmlFile, "r");
625 ALOGW("could not find media config xml file");
628 fclose(fp); // close the file first.
794 // media_profiles.xml file, We assume that the default camera id
893 FILE *fp = NULL;
908 ALOGE("failed to enable DTD support in the xml file");
934 if (bytes_read == 0) break; // done parsing the xml file
1114 if (!strcmp("file.format", name)) return mCamcorderProfiles[index]->mFileFormat;