Home | History | Annotate | Download | only in audioflinger

Lines Matching full:there

21 //  There are two threads: a fast mixer, and a normal mixer, and they share state.
59 // read an mAck which is actually for the earlier mNext (since there is a race).
63 // We assume there is only a single observer and a single mutator; this is critical.
75 // before the mutator, there are no previous, current, or next states. And even if the observer
76 // starts execution after the mutator, there is a next state but no previous or current states.
77 // To solve this, we'll have the observer idle until there is a next state,
78 // and it will have to deal with the case where there is no previous state.
92 // overall structure is non-atomic, that is there may be an inconsistency between fields.
144 // There is no rollback option because modifications are done in place.
153 // No-op if there are no pending modifications (not dirty), except
158 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push