[go: nahoru, domu]

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

/frameworks/av/services/audioflinger/
H A DThreads.h28 MIXER, // Thread class is MixerThread
667 // An internal flag set to true by MixerThread::prepareTracks_l()
690 // An internal flag set to true by MixerThread::prepareTracks_l()
855 class MixerThread : public PlaybackThread { class in inherits:PlaybackThread
857 MixerThread(const sp<AudioFlinger>& audioFlinger,
863 virtual ~MixerThread();
1046 class DuplicatingThread : public MixerThread {
1048 DuplicatingThread(const sp<AudioFlinger>& audioFlinger, MixerThread* mainThread,
1053 void addOutputTrack(MixerThread* thread);
1054 void removeOutputTrack(MixerThread* threa
[all...]
H A DThreads.cpp1782 // FIXME test that MixerThread for this fast track has a capable output HAL
2279 // This may need to be updated as MixerThread/OutputTracks are added and not here.
2662 ALOGV("MixerThread::invalidateTracks() mixer %p, streamType %d, mTracks.size %zu",
3063 // mMixerBufferValid is only set true by MixerThread::prepareTracks_l().
3166 // Limit MixerThread data processing to no more than twice the
3295 status_t AudioFlinger::MixerThread::createAudioPatch_l(const struct audio_patch *patch,
3381 status_t AudioFlinger::MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle)
3430 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, function in class:android::AudioFlinger::MixerThread
3441 ALOGV("MixerThread() i
[all...]

Completed in 30 milliseconds