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

/frameworks/av/services/audioflinger/
H A DThreads.cpp1229 // FIXME test that MixerThread for this fast track has a capable output HAL
1992 ALOGV("MixerThread::invalidateTracks() mixer %p, streamType %d, mTracks.size %d",
2447 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, function in class:android::AudioFlinger::MixerThread
2457 ALOGV("MixerThread() id=%d device=%#x type=%d", id, device, type);
2595 AudioFlinger::MixerThread::~MixerThread()
2633 uint32_t AudioFlinger::MixerThread::correctLatency_l(uint32_t latency) const
2643 void AudioFlinger::MixerThread::threadLoop_removeTracks(const Vector< sp<Track> >& tracksToRemove)
2648 ssize_t AudioFlinger::MixerThread
[all...]
H A DThreads.h28 MIXER, // Thread class is MixerThread
646 class MixerThread : public PlaybackThread { class in inherits:PlaybackThread
648 MixerThread(const sp<AudioFlinger>& audioFlinger,
653 virtual ~MixerThread();
801 class DuplicatingThread : public MixerThread {
803 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, MixerThread* mainThread,
808 void addOutputTrack(MixerThread* thread);
809 void removeOutputTrack(MixerThread* thread);

Completed in 222 milliseconds