Home
last modified time | relevance | path

Searched refs:mFastTracksGen (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DFastMixer.cpp75 mFastTracksGen(0), in FastMixer()
306 mFastTracksGen = current->mFastTracksGen - 1; in onStateChange()
320 if (current->mFastTracksGen != mFastTracksGen) { in onStateChange()
348 mFastTracksGen = current->mFastTracksGen; in onStateChange()
H A DFastMixerState.h74 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented member
H A DFastMixerState.cpp37 mFastTracksGen(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0), in FastMixerState()
H A DFastMixer.h95 int mFastTracksGen; variable
H A DThreads.cpp4788 state->mFastTracksGen++; in MixerThread()
5765 state->mFastTracksGen++; in prepareTracks_l()