Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mFastMixer

2064         // mFastMixer below
2136 mFastMixer = new FastMixer();
2137 FastMixerStateQueue *sq = mFastMixer->sq();
2169 mFastMixer->run("FastMixer", PRIORITY_URGENT_AUDIO);
2170 pid_t tid = mFastMixer->getTid();
2191 mFastMixer = NULL;
2210 if (mFastMixer != NULL) {
2211 FastMixerStateQueue *sq = mFastMixer->sq();
2222 mFastMixer->join();
2232 delete mFastMixer;
2248 if (mFastMixer != NULL) {
2265 if (mFastMixer != NULL) {
2266 FastMixerStateQueue *sq = mFastMixer->sq();
2297 if (mFastMixer != NULL) {
2298 FastMixerStateQueue *sq = mFastMixer->sq();
2423 if (mFastMixer != NULL) {
2424 sq = mFastMixer->sq();
2922 if (mFastMixer != NULL) {
2923 FastMixerStateQueue *sq = mFastMixer->sq();
3038 ALOG_ASSERT(mFastMixer != NULL);
3039 FastMixerStateQueue *sq = mFastMixer->sq();