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

/frameworks/av/media/libstagefright/
H A DFileSource.cpp18 #include <media/stagefright/FileSource.h>
27 FileSource::FileSource(const char *filename) function in class:android::FileSource
46 FileSource::FileSource(int fd, int64_t offset, int64_t length) function in class:android::FileSource
59 FileSource::~FileSource() {
83 status_t FileSource::initCheck() const {
87 ssize_t FileSource::readAt(off64_t offset, void *data, size_t size) {
118 status_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 314 milliseconds