Searched defs:FastMixerState (Results 1 – 2 of 2) sorted by relevance
57 struct FastMixerState : FastThreadState { struct62 static const unsigned kMinFastTracks = 2;63 static const unsigned kMaxFastTracks = 32;64 static const unsigned kDefaultFastTracks = 8;66 static unsigned sMaxFastTracks; // Configured maximum number of fast tracks67 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks93 }; // struct FastMixerState argument
35 FastMixerState::FastMixerState() : FastThreadState(), in FastMixerState() function in android::FastMixerState