Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/fastpath/
H A DFastMixerState.h66 struct FastMixerState : FastThreadState { struct
70 static constexpr unsigned kMinFastTracks = 2;
71 static constexpr unsigned kMaxFastTracks = 32;
72 static constexpr unsigned kDefaultFastTracks = 8;
74 static unsigned sMaxFastTracks; // Configured maximum number of fast tracks
75 static pthread_once_t sMaxFastTracksOnce; // Protects initializer for sMaxFastTracks
78 FastTrack mFastTracks[kMaxFastTracks];
102 }; // struct FastMixerState argument
H A DFastMixerState.cpp25 FastMixerState::FastMixerState() : FastThreadState() in FastMixerState() function in android::FastMixerState