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

  /frameworks/av/services/audioflinger/
FastMixerState.cpp 17 #define LOG_TAG "FastMixerState"
21 #include "FastMixerState.h"
35 FastMixerState::FastMixerState() : FastThreadState(),
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::MIX: return "MIX"
    [all...]
FastMixerState.h 53 struct FastMixerState : FastThreadState {
54 FastMixerState();
55 /*virtual*/ ~FastMixerState();
89 }; // struct FastMixerState

Completed in 1078 milliseconds