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

  /frameworks/av/media/libstagefright/
FileSource.cpp 18 #include <media/stagefright/FileSource.h>
27 FileSource::FileSource(const char *filename)
46 FileSource::FileSource(int fd, int64_t offset, int64_t length)
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::getSize(off64_t *size)
    [all...]
  /frameworks/av/include/media/stagefright/
FileSource.h 30 class FileSource : public DataSource {
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/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 581 public static interface FileSource {
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 

Completed in 290 milliseconds