Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:MixerThread

1229             // 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,
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::threadLoop_write()
2683 void AudioFlinger::MixerThread::threadLoop_standby()
2749 void AudioFlinger::MixerThread::threadLoop_mix()
2780 void AudioFlinger::MixerThread::threadLoop_sleepTime()
2810 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::MixerThread::prepareTracks_l(
3319 int AudioFlinger::MixerThread::getTrackName_l(audio_channel_mask_t channelMask, int sessionId)
3325 void AudioFlinger::MixerThread::deleteTrackName_l(int name)
3332 bool AudioFlinger::MixerThread::checkForNewParameters_l()
3467 void AudioFlinger::MixerThread::dumpInternals(int fd, const Vector<String16>& args)
3505 uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const
3510 uint32_t AudioFlinger::MixerThread::suspendSleepTimeUs() const
3515 void AudioFlinger::MixerThread::cacheParameters_l()
4205 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id)
4206 : MixerThread(audioFlinger, mainThread->getOutput(), id, mainThread->outDevice(),
4281 void AudioFlinger::DuplicatingThread::addOutputTrack(MixerThread *thread)
4301 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread)
4362 MixerThread::cacheParameters_l();