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

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp23 #define LOG_TAG "FastMixer"
43 #include "FastMixer.h"
47 /*static*/ const FastMixerState FastMixer::sInitial;
49 FastMixer::FastMixer() : FastThread(), function in class:android::FastMixer
90 FastMixer::~FastMixer()
94 FastMixerStateQueue* FastMixer::sq()
99 const FastThreadState *FastMixer::poll()
104 void FastMixer
[all...]
H A DFastMixer.h32 class FastMixer : public FastThread { class in namespace:android
35 FastMixer();
36 virtual ~FastMixer();
92 }; // class FastMixer

Completed in 56 milliseconds