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

  /frameworks/av/services/audioflinger/
FastMixer.h 32 class FastMixer : public FastThread {
35 FastMixer();
36 virtual ~FastMixer();
92 }; // class FastMixer
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...]
Android.mk 72 FastMixer.cpp \
AudioFlinger.h 66 #include "FastMixer.h"
87 class FastMixer;
    [all...]
Threads.h 454 // HAL format if Fastmixer is used.
    [all...]
Threads.cpp 60 #include "FastMixer.h"
    [all...]

Completed in 65 milliseconds