Searched refs:scanFile (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaScannerClient.java24 public void scanFile(String path, long lastModified, long fileSize, method in interface:MediaScannerClient
H A DIMediaScannerService.aidl43 void scanFile(String path, String mimeType);
H A DMediaScannerConnection.java160 public void scanFile(String path, String mimeType) { method in class:MediaScannerConnection
208 mConnection.scanFile(mPaths[mNextPath], mimeType);
215 * {@link #connect} on it, and calling {@link #scanFile} with the given
228 * @see scanFile(String, String)
230 public static void scanFile(Context context, String[] paths, String[] mimeTypes, method in class:MediaScannerConnection
H A DMediaScanner.java77 * native MyMediaScannerClient.scanFile() for every file whose extension matches.
78 * - native MyMediaScannerClient.scanFile() calls back on Java MediaScannerClient.scanFile,
96 * native MyMediaScannerClient scanFile, which calls
97 * Java MyMediaScannerClient scanFile, which calls
514 public void scanFile(String path, long lastModified, long fileSize, method in class:MediaScanner.MyMediaScannerClient
517 // Log.v(TAG, "scanFile: "+path);
577 Log.e(TAG, "RemoteException in MediaScanner.scanFile()", e);
580 // Log.v(TAG, "scanFile: " + path + " took " + (t2-t1));
1347 Log.e(TAG, "RemoteException in MediaScanner.scanFile()",
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp71 void scanFile(const char *path) { function
115 scanFile(path);
145 scanFile(newPath);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewUtilities.java30 MediaScannerConnection.scanFile(context, new String[] { file.toString() }, null, null);
/frameworks/av/include/media/
H A Dmediascanner.h91 virtual status_t scanFile(const char* path, long long lastModified,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.h63 status_t scanFile();
H A DTimedTextSRTSource.cpp45 status_t err = scanFile();
86 status_t TimedTextSRTSource::scanFile() { function in class:android::TimedTextSRTSource
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp214 status_t status = client.scanFile(path, statbuf.st_mtime, 0,
230 status_t status = client.scanFile(path, statbuf.st_mtime, statbuf.st_size,
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java71 mScannerConnection.scanFile(mPath, null);
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp79 "scanFile",
100 virtual status_t scanFile(const char* path, long long lastModified, function in class:MyMediaScannerClient
103 ALOGV("scanFile: path(%s), time(%lld), size(%lld) and isDir(%d)",
116 return checkAndClearExceptionFromCallback(mEnv, "scanFile");
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java3228 private PackageParser.Package scanPackageLI(File scanFile, argument
3231 String scanPath = scanFile.getPath();
3236 final PackageParser.Package pkg = pp.parsePackage(scanFile,
3264 if (ps != null && !ps.codePath.equals(scanFile)) {
3271 Log.i(TAG, "Package " + ps.name + " at " + scanFile
3288 Slog.w(TAG, "Package " + ps.name + " at " + scanFile
3311 if (!collectCertificatesLI(pp, ps, pkg, scanFile, parseFlags)) {
3346 Slog.w(TAG, "Package " + ps.name + " at " + scanFile + "reverting from "
3624 File scanFile = new File(pkg.mScanPath);
3625 if (scanFile
4463 copyNativeLibrariesForInternalApp(File scanFile, final File nativeLibraryDir) argument
[all...]

Completed in 1542 milliseconds