Lines Matching refs:MixerThread
3077 status_t AudioFlinger::MixerThread::createAudioPatch_l(const struct audio_patch *patch, in createAudioPatch_l()
3185 status_t AudioFlinger::MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
3257 AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, in MixerThread() function in android::AudioFlinger::MixerThread
3419 AudioFlinger::MixerThread::~MixerThread() in ~MixerThread()
3457 uint32_t AudioFlinger::MixerThread::correctLatency_l(uint32_t latency) const in correctLatency_l()
3467 void AudioFlinger::MixerThread::threadLoop_removeTracks(const Vector< sp<Track> >& tracksToRemove) in threadLoop_removeTracks()
3472 ssize_t AudioFlinger::MixerThread::threadLoop_write() in threadLoop_write()
3509 void AudioFlinger::MixerThread::threadLoop_standby() in threadLoop_standby()
3576 void AudioFlinger::MixerThread::threadLoop_mix() in threadLoop_mix()
3608 void AudioFlinger::MixerThread::threadLoop_sleepTime() in threadLoop_sleepTime()
3644 AudioFlinger::PlaybackThread::mixer_state AudioFlinger::MixerThread::prepareTracks_l( in prepareTracks_l()
4227 int AudioFlinger::MixerThread::getTrackName_l(audio_channel_mask_t channelMask, in getTrackName_l()
4234 void AudioFlinger::MixerThread::deleteTrackName_l(int name) in deleteTrackName_l()
4241 bool AudioFlinger::MixerThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
4368 void AudioFlinger::MixerThread::dumpInternals(int fd, const Vector<String16>& args) in dumpInternals()
4404 uint32_t AudioFlinger::MixerThread::idleSleepTimeUs() const in idleSleepTimeUs()
4409 uint32_t AudioFlinger::MixerThread::suspendSleepTimeUs() const in suspendSleepTimeUs()
4414 void AudioFlinger::MixerThread::cacheParameters_l() in cacheParameters_l()
5269 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread()
5270 : MixerThread(audioFlinger, mainThread->getOutput(), id, mainThread->outDevice(), in DuplicatingThread()
5349 void AudioFlinger::DuplicatingThread::addOutputTrack(MixerThread *thread) in addOutputTrack()
5376 void AudioFlinger::DuplicatingThread::removeOutputTrack(MixerThread *thread) in removeOutputTrack()
5440 MixerThread::cacheParameters_l(); in cacheParameters_l()