Lines Matching refs:mTrackNames
382 : mTrackNames(0), mConfiguredNames((maxNumTracks >= 32 ? 0 : 1 << maxNumTracks) - 1),
403 // tracks[i] should only be referenced if (mTrackNames & (1 << i)) != 0
404 // and mTrackNames is initially 0. However, leave it here until that's verified.
440 uint32_t names = (~mTrackNames) & mConfiguredNames;
513 mTrackNames |= 1 << n;
694 mTrackNames &= ~(1<<name);