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

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp93 #define PUSH_BLOCK_ACK_NS 3000000L // 3 ms: time between checks for ack in push()
117 const T *ack = (const T *) mAck; // no additional barrier needed local
118 if (ack == mExpecting) {
161 const T *ack = (const T *) mAck; // no additional barrier needed local
162 if (ack == mExpecting) {

Completed in 64 milliseconds