Searched defs:MixerThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h28 MIXER, // Thread class is MixerThread
687 // An internal flag set to true by MixerThread::prepareTracks_l()
710 // An internal flag set to true by MixerThread::prepareTracks_l()
878 class MixerThread : public PlaybackThread { class in inherits:PlaybackThread
880 MixerThread(const sp<AudioFlinger>& audioFlinger,
886 virtual ~MixerThread();
1075 class DuplicatingThread : public MixerThread {
1077 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, MixerThread* mainThread,
1082 void addOutputTrack(MixerThread* thread);
1083 void removeOutputTrack(MixerThread* threa
[all...]
H A DThreads.cpp1905 // FIXME test that MixerThread for this fast track has a capable output HAL
2432 // This may need to be updated as MixerThread/OutputTracks are added and not here.
2808 ALOGV("MixerThread::invalidateTracks() mixer %p, streamType %d, mTracks.size %zu",
3210 // mMixerBufferValid is only set true by MixerThread::prepareTracks_l().
3315 // Limit MixerThread data processing to no more than twice the
3452 status_t AudioFlinger::MixerThread::createAudioPatch_l(const struct audio_patch *patch,
3543 status_t AudioFlinger::MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle)
3597 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, function in class:android::AudioFlinger::MixerThread
3608 ALOGV("MixerThread() i
[all...]

Completed in 207 milliseconds