Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:MixerThread

1201             // FIXME test that MixerThread for this fast track has a capable output HAL
1961 ALOGV("MixerThread::invalidateTracks() mixer %p, streamType %d, mTracks.size %d",
2400 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output,
2410 ALOGV("MixerThread() id=%d device=%#x type=%d", id, device, type);
2548 AudioFlinger::MixerThread::~MixerThread()
2586 uint32_t AudioFlinger::MixerThread::correctLatency_l(uint32_t latency) const
2596 void AudioFlinger::MixerThread::threadLoop_removeTracks(const Vector< sp<Track> >& tracksToRemove)
2601 ssize_t AudioFlinger::MixerThread::threadLoop_write()
2636 void AudioFlinger::MixerThread::threadLoop_standby()
2702 void AudioFlinger::MixerThread::threadLoop_mix()
2733 void AudioFlinger::MixerThread::threadLoop_sleepTime()
2763 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::MixerThread::prepareTracks_l(
3272 int AudioFlinger::MixerThread::getTrackName_l(audio_channel_mask_t channelMask, int sessionId)
3278 void AudioFlinger::MixerThread::deleteTrackName_l(int name)
3285 bool AudioFlinger::MixerThread::checkForNewParameters_l()
3420 void AudioFlinger::MixerThread::dumpInternals(int fd, const Vector<String16>& args)
3458 uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const
3463 uint32_t AudioFlinger::MixerThread::suspendSleepTimeUs() const
3468 void AudioFlinger::MixerThread::cacheParameters_l()
4131 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id)
4132 : MixerThread(audioFlinger, mainThread->getOutput(), id, mainThread->outDevice(),
4206 void AudioFlinger::DuplicatingThread::addOutputTrack(MixerThread *thread)
4225 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread)
4286 MixerThread::cacheParameters_l();