Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mTrackNames

101     :   mTrackNames(0), mConfiguredNames((maxNumTracks >= 32 ? 0 : 1 << maxNumTracks) - 1),
130 // tracks[i] should only be referenced if (mTrackNames & (1 << i)) != 0
131 // and mTrackNames is initially 0. However, leave it here until that's verified.
181 uint32_t names = (~mTrackNames) & mConfiguredNames;
185 mTrackNames |= 1 << n;
389 mTrackNames &= ~(1<<name);