Searched defs:mAck (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DSingleStateQueue.h41 void init() { mAck = 0; mSequence = 0; }
43 volatile int32_t mAck; member in struct:android::SingleStateQueue::Shared
/frameworks/av/services/audioflinger/
H A DStateQueue.h67 // 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 member in class:android::StateQueue
199 const T* mExpecting; // what the mutator expects mAck to be set to

Completed in 68 milliseconds