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.java163 public void scanFile(String path, String mimeType) { method in class:MediaScannerConnection
211 mConnection.scanFile(mPaths[mNextPath], mimeType);
218 * {@link #connect} on it, and calling {@link #scanFile} with the given
231 * @see scanFile(String, String)
233 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
517 public void scanFile(String path, long lastModified, long fileSize, method in class:MediaScanner.MyMediaScannerClient
520 // Log.v(TAG, "scanFile: "+path);
580 Log.e(TAG, "RemoteException in MediaScanner.scanFile()", e);
583 // Log.v(TAG, "scanFile: " + path + " took " + (t2-t1));
1364 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.cpp48 status_t err = scanFile();
85 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.java72 mScannerConnection.scanFile(mPath, null);
/frameworks/base/media/jni/
H A Dandroid_media_MediaScanner.cpp126 "scanFile",
147 virtual status_t scanFile(const char* path, long long lastModified, function in class:MyMediaScannerClient
150 ALOGV("scanFile: path(%s), time(%lld), size(%lld) and isDir(%d)",
163 return checkAndClearExceptionFromCallback(mEnv, "scanFile");
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java3560 private PackageParser.Package scanPackageLI(File scanFile, argument
3563 String scanPath = scanFile.getPath();
3569 final PackageParser.Package pkg = pp.parsePackage(scanFile,
3600 if (ps != null && !ps.codePath.equals(scanFile)) {
3608 Log.i(TAG, "Package " + ps.name + " at " + scanFile
3611 if (!updatedPkg.codePath.equals(scanFile)) {
3614 + " to " + scanFile);
3615 updatedPkg.codePath = scanFile;
3616 updatedPkg.codePathString = scanFile.toString();
3620 if (locationIsPrivileged(scanFile)) {
5123 copyNativeLibrariesForInternalApp(File scanFile, final File nativeLibraryDir) argument
[all...]

Completed in 383 milliseconds