Searched refs:hasFastMixer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1239 virtual bool hasFastMixer() const = 0;
1298 virtual bool hasFastMixer() const { return mFastMixer != NULL; } function in class:android::AudioFlinger::MixerThread
1337 virtual bool hasFastMixer() const { return false; }
1375 virtual bool hasFastMixer() const { return false; }
H A DAudioFlinger.cpp1755 hasFastMixer() &&
1770 "hasFastMixer=%d tid=%d fastTrackAvailMask=%#x",
1773 channelMask, sampleRate, mSampleRate, hasFastMixer(), tid, mFastTrackAvailMask);

Completed in 47 milliseconds