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

  /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
fifo.h 42 volatile int32_t mFront; // frame index of first frame slot available to read, or read index
  /frameworks/av/include/media/nbaio/
PipeReader.h 58 int32_t mFront; // follows behind mPipe.mRear
MonoPipe.h 86 // mFront and mRear will never be separated by more than mMaxFrames.
89 volatile int32_t mFront; // written by reader with android_atomic_release_store,
NBLog.h 191 int32_t mFront; // index of oldest acknowledged Entry
  /system/media/audio_utils/include/audio_utils/
fifo.h 42 volatile int32_t mFront; // frame index of first frame slot available to read, or read index
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 23 private int mFront;
69 int avail = rear - mFront;
72 int oldFront = mFront;
73 mFront = rear - mMaxValues + (mMaxValues >> 4);
74 mBytesOverrun += mFront - oldFront;
97 int front = mFront & (mMaxValues - 1);
114 mFront += red;
120 mRear = mFront;
121 mVolatileRear = mFront;
  /frameworks/av/include/private/media/
AudioTrackShared.h 59 volatile int32_t mFront; // read by consumer (output: server, input: client)
62 // server notices and discards all data between mFront and mRear
468 int32_t front = mCblk->u.mStreaming.mFront;
469 android_atomic_release_store(rear, &mCblk->u.mStreaming.mFront);
527 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified
  /frameworks/wilhelm/src/
itfstruct.h 141 SLVec3D mFront;
166 SLVec3D mFront;
240 BufferHeader *mFront, *mRear;
681 AdvancedBufferHeader *mFront, *mRear;

Completed in 741 milliseconds