Home
last modified time | relevance | path

Searched refs:checkMmapThread_l (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp344 thread = mAudioFlinger.checkMmapThread_l(patch->sinks[0].ext.mix.handle); in createAudioPatch()
406 thread = mAudioFlinger.checkMmapThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
739 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
760 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
H A DAudioFlinger.cpp1619 thread = checkMmapThread_l(ioHandle); in setParameters()
1665 thread = (ThreadBase *)checkMmapThread_l(ioHandle); in getParameters()
2753 mmapThread = (MmapPlaybackThread *)checkMmapThread_l(output); in closeOutput_nonvirtual()
3014 mmapThread = (MmapCaptureThread *)checkMmapThread_l(input); in closeInput_nonvirtual()
3256 ThreadBase *thread = checkMmapThread_l(ioHandle); in checkThread_l()
3292 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l() function in android::AudioFlinger
3862 thread = checkMmapThread_l(io); in createEffect()
H A DAudioFlinger.h726 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;