HomeSort by relevance Sort by last modified time
    Searched refs:mTrackNames (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioMixer.h 125 uint32_t trackNames() const { return mTrackNames; }
364 uint32_t mTrackNames;
AudioMixer.cpp 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);
    [all...]

Completed in 363 milliseconds