Searched defs:FastMixerState (Results 1 – 2 of 2) sorted by relevance
53 struct FastMixerState : FastThreadState { struct58 static const unsigned kMinFastTracks = 2;59 static const unsigned kMaxFastTracks = 32;60 static const unsigned kDefaultFastTracks = 8;62 static unsigned sMaxFastTracks; // Configured maximum number of fast tracks63 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks89 }; // struct FastMixerState argument
32 FastMixerState::FastMixerState() : FastThreadState(), in FastMixerState() function in android::FastMixerState