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

/frameworks/av/media/libstagefright/
H A DFileSource.cpp18 #define LOG_TAG "FileSource"
22 #include <media/stagefright/FileSource.h>
31 FileSource::FileSource(const char *filename) function in class:android::FileSource
50 FileSource::FileSource(int fd, int64_t offset, int64_t length) function in class:android::FileSource
63 FileSource::~FileSource() {
87 status_t FileSource::initCheck() const {
91 ssize_t 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);
47 virtual ~FileSource();
64 FileSource(const FileSource &);
65 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 414 milliseconds