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

/frameworks/av/services/audioflinger/
H A DFastMixerState.cpp17 #define LOG_TAG "FastMixerState"
21 #include "FastMixerState.h"
35 FastMixerState::FastMixerState() : FastThreadState(), function in class:android::FastMixerState
46 FastMixerState::~FastMixerState()
51 unsigned FastMixerState::sMaxFastTracks = kDefaultFastTracks;
54 pthread_once_t FastMixerState::sMaxFastTracksOnce = PTHREAD_ONCE_INIT;
57 const char *FastMixerState::commandToString(Command command)
64 case FastMixerState
[all...]
H A DFastMixerState.h53 struct FastMixerState : FastThreadState { struct in namespace:android
54 FastMixerState();
55 /*virtual*/ ~FastMixerState();
89 }; // struct FastMixerState

Completed in 39 milliseconds