Home
last modified time | relevance | path

Searched refs:MixerThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp4913 status_t MixerThread::createAudioPatch_l(const struct audio_patch* patch, in createAudioPatch_l()
5014 status_t MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
5077 return sp<MixerThread>::make(afThreadCallback, output, id, systemReady, type, mixerConfig); in createMixerThread()
5080 MixerThread::MixerThread(const sp<IAfThreadCallback>& afThreadCallback, AudioStreamOut* output, in MixerThread() function in android::MixerThread
5265 MixerThread::~MixerThread() in ~MixerThread()
5302 void MixerThread::onFirstRef() { in onFirstRef()
5318 uint32_t MixerThread::correctLatency_l(uint32_t latency) const in correctLatency_l()
5327 ssize_t MixerThread::threadLoop_write() in threadLoop_write()
5370 void MixerThread::threadLoop_standby() in threadLoop_standby()
5459 void MixerThread::threadLoop_mix() in threadLoop_mix()
[all …]
DThreads.h1587 class MixerThread : public PlaybackThread,
1590 MixerThread(const sp<IAfThreadCallback>& afThreadCallback,
1596 ~MixerThread() override;
1868 class DuplicatingThread : public MixerThread, public IAfDuplicatingThread {
1933 class SpatializerThread : public MixerThread {
2455 class BitPerfectThread : public MixerThread {