Home
last modified time | relevance | path

Searched refs:mGenerations (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixer.h74 int mGenerations[FastMixerState::kMaxFastTracks]; variable
DFastMixer.cpp95 mGenerations[i] = 0; in FastMixer()
151 if (reason == REASON_MODIFY && mGenerations[index] == fastTrack->mGeneration) { in updateMixerTrack()
154 mGenerations[index] = fastTrack->mGeneration; in updateMixerTrack()