Searched defs:processFile (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp57 MediaScanResult StagefrightMediaScanner::processFile( function in class:android::StagefrightMediaScanner
60 ALOGV("processFile '%s'.", path);
/frameworks/base/tools/aapt/
H A DPackage.cpp41 bool processFile(Bundle* bundle, ZipFile* zip, String8 storageName, const sp<const AaptFile>& file);
230 if (!processFile(bundle, zip, storagePath, entry.getFile())) {
245 bool processFile(Bundle* bundle, ZipFile* zip, function
/frameworks/base/media/java/android/media/
H A DMediaScanner.java90 * MediaScanner.processFile().
91 * - MediaScanner.processFile() calls one of several methods, depending on the type of the
97 * - once processFile returns and we're back in Java code in doScanFile(), it calls
109 * Java MediaScanner processFile (native method), which calls
110 * native MediaScanner processFile, which calls
114 * Once MediaScanner processFile returns, an entry is inserted in to the database.
646 processFile(path, mimeType, this);
1940 private native void processFile(String path, String mimeType, MediaScannerClient client); method in class:MediaScanner

Completed in 299 milliseconds