HomeSort by relevance Sort by last modified time
    Searched defs:FastMixer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.cpp 23 #define LOG_TAG "FastMixer"
43 #include "FastMixer.h"
48 /*static*/ const FastMixerState FastMixer::sInitial;
50 FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"),
91 FastMixer::~FastMixer()
95 FastMixerStateQueue* FastMixer::sq()
100 const FastThreadState *FastMixer::poll()
105 void FastMixer::setNBLogWriter(NBLog::Writer *logWriter
    [all...]
FastMixer.h 32 class FastMixer : public FastThread {
35 FastMixer();
36 virtual ~FastMixer();
92 }; // class FastMixer

Completed in 50 milliseconds