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

  /frameworks/av/include/media/
SingleStateQueue.h 41 void init() { mAck = 0; mSequence = 0; }
43 volatile int32_t mAck;
  /frameworks/av/media/libmedia/
SingleStateQueue.cpp 47 return mShared->mAck - mSequence == 0;
53 return mShared->mAck - sequence >= 0;
83 shared->mAck = before;
  /frameworks/av/services/audioflinger/
StateQueue.cpp 44 mAck(NULL), mCurrent(NULL),
65 mAck = next; // no additional barrier needed
120 const T *ack = (const T *) mAck; // no additional barrier needed
164 const T *ack = (const T *) mAck; // no additional barrier needed
StateQueue.h 67 // read an mAck which is actually for the earlier mNext (since there is a race).
192 volatile const T* mAck; // written by observer to acknowledge advance of next, read by mutator
199 const T* mExpecting; // what the mutator expects mAck to be set to

Completed in 198 milliseconds