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

  /frameworks/av/include/media/nbaio/
PipeReader.h 58 int32_t mFront; // follows behind mPipe.mRear
MonoPipe.h 99 // writer to update and observe the values of mFront and mNextRdPTS in an
118 // mFront and mRear will never be separated by more than mMaxFrames.
121 volatile int32_t mFront; // written by the reader with updateFrontAndNRPTS, observed by
NBLog.h 191 int32_t mFront; // index of oldest acknowledged Entry
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java 45 protected final Drawable mFront;
56 * From 0f to END_VALUE. Determines the flip progress between mFront and mBack. 0f means
57 * mFront is fully shown, while END_VALUE means mBack is fully shown.
92 mFront = front;
95 mFront.setCallback(this);
123 mFront.setBounds(0, 0, 0, 0);
126 mFront.setBounds(bounds);
138 final Drawable inner = getSideShown() /* == front */ ? mFront : mBack;
168 mFront.setAlpha(alpha);
174 mFront.setColorFilter(cf)
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 57 volatile int32_t mFront; // read by server
60 // server notices and discards all data between mFront and mRear
  /frameworks/wilhelm/src/
itfstruct.h 138 SLVec3D mFront;
163 SLVec3D mFront;
237 BufferHeader *mFront, *mRear;
675 AdvancedBufferHeader *mFront, *mRear;

Completed in 348 milliseconds