Lines Matching refs:MIXER
28 MIXER, // Thread class is MixerThread
181 // ThreadBase mutex before processing the mixer and effects. This guarantees the
345 mixer state
472 // Return's the HAL's frame count i.e. fast mixer buffer size.
479 size_t mNormalFrameCount; // normal mixer and effects
482 int8_t* mAllocMixBuffer; // mixer buffer allocation address
512 virtual uint32_t activeSleepTimeUs() const; // mixer state MIXER_TRACKS_ENABLED
513 virtual uint32_t idleSleepTimeUs() const = 0; // mixer state MIXER_IDLE
515 // No sleep when mixer state == MIXER_TRACKS_READY; relies on audio HAL stream->write()
569 // mixer status returned by prepareTracks_l()
576 // MIXER only
582 // MIXER only
612 // If a fast mixer is present, the blocking pipe sink, otherwise clear
614 // The current sink for the normal mixer to write it's (sub)mix, mOutputSink or mPipeSink
652 type_t type = MIXER);
676 AudioMixer* mAudioMixer; // normal mixer
679 FastMixer* mFastMixer; // non-NULL if there is also a fast mixer