Lines Matching refs:MixerThread
4284 status_t AudioFlinger::MixerThread::createAudioPatch_l(const struct audio_patch *patch, in createAudioPatch_l()
4392 status_t AudioFlinger::MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
4450 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, in MixerThread() function in android::AudioFlinger::MixerThread
4633 AudioFlinger::MixerThread::~MixerThread() in ~MixerThread()
4671 uint32_t AudioFlinger::MixerThread::correctLatency_l(uint32_t latency) const in correctLatency_l()
4680 ssize_t AudioFlinger::MixerThread::threadLoop_write() in threadLoop_write()
4723 void AudioFlinger::MixerThread::threadLoop_standby() in threadLoop_standby()
4806 void AudioFlinger::MixerThread::threadLoop_mix() in threadLoop_mix()
4824 void AudioFlinger::MixerThread::threadLoop_sleepTime() in threadLoop_sleepTime()
4875 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::MixerThread::prepareTracks_l( in prepareTracks_l()
5630 bool AudioFlinger::MixerThread::isTrackAllowed_l( in isTrackAllowed_l()
5650 bool AudioFlinger::MixerThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
5729 void AudioFlinger::MixerThread::dumpInternals_l(int fd, const Vector<String16>& args) in dumpInternals_l()
5770 uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const in idleSleepTimeUs()
5775 uint32_t AudioFlinger::MixerThread::suspendSleepTimeUs() const in suspendSleepTimeUs()
5780 void AudioFlinger::MixerThread::cacheParameters_l() in cacheParameters_l()
6739 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread()
6740 : MixerThread(audioFlinger, mainThread->getOutput(), id, in DuplicatingThread()
6829 MixerThread::dumpInternals_l(fd, args); in dumpInternals_l()
6862 void AudioFlinger::DuplicatingThread::addOutputTrack(MixerThread *thread) in addOutputTrack()
6899 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread) in removeOutputTrack()
6971 MixerThread::cacheParameters_l(); in cacheParameters_l()