Searched defs:FastMixerState (Results 1 – 2 of 2) sorted by relevance
60 struct FastMixerState : FastThreadState { struct65 static const unsigned kMinFastTracks = 2;66 static const unsigned kMaxFastTracks = 32;67 static const unsigned kDefaultFastTracks = 8;69 static unsigned sMaxFastTracks; // Configured maximum number of fast tracks70 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks96 }; // struct FastMixerState argument
35 FastMixerState::FastMixerState() : FastThreadState(), in FastMixerState() function in android::FastMixerState