Home | History | Annotate | Download | only in audioflinger

Lines Matching full:previous

108             //ALOG_ASSERT(mCurrent == &sInitial && previous == &sInitial);
120 // We want to always have a valid reference to the previous (non-idle) state.
121 // However, the state queue only guarantees access to current and previous states.
125 // non-idle -> non-idle update previous from current in-place
126 // non-idle -> idle update previous from copy of current
127 // idle -> idle don't update previous
128 // idle -> non-idle don't update previous
149 // << current, previous, command, dumpState >>
158 // FIXME consider checking previous state and only perform if previous != COLD_IDLE