Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:changed

255 // Called when channel masks have changed for a track name
266 // always recompute for both channel masks even if only one has changed.
279 // channel masks have changed, does this track need a downmixer?
292 // resampler channels may have changed.
488 * change is immediate). This restriction should be changed when the legacy mixer
502 * @return true if the volume has changed, false if volume is same.
917 uint32_t changed = state->needsChanged;
923 while (changed) {
924 const int i = 31 - __builtin_clz(changed);
926 changed &= ~mask;