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

  /frameworks/av/include/media/
SingleStateQueue.h 41 void init() { mAck = 0; mSequence = 0; }
43 volatile int32_t mAck;
  /frameworks/av/services/audioflinger/
StateQueue.h 59 // read an mAck which is actually for the earlier mNext (since there is a race).
182 volatile const T* mAck; // written by observer to acknowledge advance of next, read by mutator
189 const T* mExpecting; // what the mutator expects mAck to be set to

Completed in 1943 milliseconds