Searched defs:FileSource (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFileSource.cpp18 #define LOG_TAG "FileSource"
22 #include <media/stagefright/FileSource.h>
33 FileSource::FileSource(const char *filename) function in class:android::FileSource
45 mName = String8::format("FileSource(%s)", filename);
57 FileSource::FileSource(int fd, int64_t offset, int64_t length) function in class:android::FileSource
96 "FileSource(fd(%s), %lld, %lld)",
103 FileSource::~FileSource() {
[all...]
/frameworks/av/include/media/stagefright/
H A DFileSource.h30 class FileSource : public DataSource { class in namespace:android
32 FileSource(const char *filename);
33 // FileSource takes ownership and will close the fd
34 FileSource(int fd, int64_t offset, int64_t length);
57 virtual ~FileSource();
75 FileSource(const FileSource &);
76 FileSource &operator=(const FileSource &);
/frameworks/av/media/libstagefright/foundation/include/
H A DFileSource.h30 class FileSource : public DataSource { class in namespace:android
32 FileSource(const char *filename);
33 // FileSource takes ownership and will close the fd
34 FileSource(int fd, int64_t offset, int64_t length);
57 virtual ~FileSource();
75 FileSource(const FileSource &);
76 FileSource &operator=(const FileSource &);
/frameworks/av/media/libstagefright/include/
H A DFileSource.h30 class FileSource : public DataSource { class in namespace:android
32 FileSource(const char *filename);
33 // FileSource takes ownership and will close the fd
34 FileSource(int fd, int64_t offset, int64_t length);
57 virtual ~FileSource();
75 FileSource(const FileSource &);
76 FileSource &operator=(const FileSource &);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java581 public static interface FileSource { interface in class:ExifInterface

Completed in 2492 milliseconds