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

/frameworks/av/media/libmedia/
H A DSingleStateQueue.cpp45 template<typename T> bool SingleStateQueue<T>::Mutator::ack() function in class:android::SingleStateQueue::Mutator
50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence) function in class:android::SingleStateQueue::Mutator
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp94 #define PUSH_BLOCK_ACK_NS 3000000L // 3 ms: time between checks for ack in push()
118 const T *ack = (const T *) mAck; // no additional barrier needed local
119 if (ack == mExpecting) {
162 const T *ack = (const T *) mAck; // no additional barrier needed local
163 if (ack == mExpecting) {

Completed in 188 milliseconds