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 35 class FastMixer : public FastThread {
38 FastMixer();
39 virtual ~FastMixer();
86 }; // class FastMixer
FastMixer.cpp 23 #define LOG_TAG "FastMixer"
41 #include "FastMixer.h"
47 /*static*/ const FastMixerState FastMixer::initial;
49 FastMixer::FastMixer() : FastThread(),
90 FastMixer::~FastMixer()
94 FastMixerStateQueue* FastMixer::sq()
99 const FastThreadState *FastMixer::poll()
104 void FastMixer::setLog(NBLog::Writer *logWriter
    [all...]
Android.mk 71 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
AudioFlinger.h 55 #include "FastMixer.h"
72 class FastMixer;
    [all...]
Threads.h 412 // HAL format if Fastmixer is used.
    [all...]
Threads.cpp 57 #include "FastMixer.h"
    [all...]

Completed in 130 milliseconds