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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1876 if (mFastMixer != NULL) {
2259 // mFastMixer below
2329 mFastMixer = new FastMixer();
2330 FastMixerStateQueue *sq = mFastMixer->sq();
2358 mFastMixer->run("FastMixer", PRIORITY_URGENT_AUDIO);
2359 pid_t tid = mFastMixer->getTid();
2380 mFastMixer = NULL;
2399 if (mFastMixer != NULL) {
2400 FastMixerStateQueue *sq = mFastMixer->sq();
2411 mFastMixer
[all...]
H A DAudioFlinger.h1282 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer member in class:android::AudioFlinger::MixerThread
1294 // mFastMixer->sq() // for mutating and pushing state
1298 virtual bool hasFastMixer() const { return mFastMixer != NULL; }

Completed in 357 milliseconds