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"
47 /*static*/ const FastMixerState FastMixer::sInitial;
49 FastMixer::FastMixer() : FastThread("cycle_ms", "load_us"),
90 FastMixer::~FastMixer()
94 FastMixerStateQueue* FastMixer::sq()
99 const FastThreadState *FastMixer::poll()
104 void FastMixer::setLog(NBLog::Writer *logWriter
    [all...]
Android.mk 76 FastMixer.cpp \
AudioFlinger.h 53 #include "FastMixer.h"
74 class FastMixer;
    [all...]
Threads.h 446 // HAL format if Fastmixer is used.
    [all...]
Threads.cpp 59 #include "FastMixer.h"
    [all...]

Completed in 468 milliseconds