OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
65
// read an
mAck
which is actually for the earlier mNext (since there is a race).
188
volatile const T*
mAck
; // written by observer to acknowledge advance of next, read by mutator
195
const T* mExpecting; // what the mutator expects
mAck
to be set to
Completed in 321 milliseconds