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

  /frameworks/av/media/img_utils/include/img_utils/
FileInput.h 67 FILE *mFp;
FileOutput.h 38 FILE *mFp;
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.h 42 FILE *mFp;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Asset.java 624 // FILE* mFp; // for read/seek
625 RandomAccessFile mFp; // for read/seek
651 // : mStart(0), mLength(0), mOffset(0), mFp(null), mFileName(null), mMap(null), mBuf(null)
677 // assert(mFp == null); // no reopen
700 // mFp = fdopen(fd, "rb");
701 // if (mFp == null)
709 // if (fseek(mFp, mStart, SEEK_SET) != 0) {
722 assert(mFp == null); // no reopen
781 // if (ftell(mFp) != mStart + mOffset) {
783 if (mFp.getFilePointer() != mStart + mOffset)
    [all...]

Completed in 164 milliseconds