Searched defs:FastMixer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.h32 class FastMixer : public Thread { class in namespace:android
35 FastMixer() : Thread(false /*canCallJava*/) { } function in class:android::FastMixer
36 virtual ~FastMixer() { }
44 }; // class FastMixer
81 // The FastMixerDumpState keeps a cache of FastMixer statistics that can be logged by dumpsys.
86 // It has a different lifetime than the FastMixer, and so it can't be a member of FastMixer.

Completed in 349 milliseconds