Home
last modified time | relevance | path

Searched defs:FastMixerState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastMixerState.h65 struct FastMixerState : FastThreadState { struct
69 static constexpr unsigned kMinFastTracks = 2;
70 static constexpr unsigned kMaxFastTracks = 32;
71 static constexpr unsigned kDefaultFastTracks = 8;
73 static unsigned sMaxFastTracks; // Configured maximum number of fast tracks
74 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks
77 FastTrack mFastTracks[kMaxFastTracks];
101 }; // struct FastMixerState argument
DFastMixerState.cpp25 FastMixerState::FastMixerState() : FastThreadState() in FastMixerState() function in android::FastMixerState