HomeSort by relevance Sort by last modified time
    Searched defs:MediaScanner (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/media/
mediascanner.h 44 struct MediaScanner {
45 MediaScanner();
46 virtual ~MediaScanner();
77 MediaScanner(const MediaScanner &);
78 MediaScanner &operator=(const MediaScanner &);
104 // default encoding based on MediaScanner::mLocale string
  /frameworks/av/media/libmedia/
MediaScanner.cpp 18 #define LOG_TAG "MediaScanner"
22 #include <media/mediascanner.h>
29 MediaScanner::MediaScanner()
34 MediaScanner::~MediaScanner() {
40 void MediaScanner::setLocale(const char *locale) {
50 const char *MediaScanner::locale() const {
54 void MediaScanner::loadSkipList() {
57 property_get("testing.mediascanner.skiplist", mSkipList, "")
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 69 * - The Java MediaScannerService creates a MediaScanner (this class), and calls
70 * MediaScanner.scanDirectories on it.
72 * - the processDirectory() JNI method wraps the provided mediascanner client in a native
73 * 'MyMediaScannerClient' class, then calls processDirectory() on the native MediaScanner
74 * object (which got created when the Java MediaScanner was created).
75 * - native MediaScanner.processDirectory() calls
80 * MediaScanner.processFile().
81 * - MediaScanner.processFile() calls one of several methods, depending on the type of the
93 * Java MediaScanner scanDirectories, which calls
94 * Java MediaScanner processDirectory (native method), which call
    [all...]

Completed in 4731 milliseconds