Home | History | Annotate | Download | only in audioflinger

Lines Matching full:there

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