Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp342 thread = mAudioFlinger.checkMmapThread_l(patch->sinks[0].ext.mix.handle); in createAudioPatch()
404 thread = mAudioFlinger.checkMmapThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
737 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
758 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
DAudioFlinger.cpp1618 thread = checkMmapThread_l(ioHandle); in setParameters()
1664 thread = (ThreadBase *)checkMmapThread_l(ioHandle); in getParameters()
2731 mmapThread = (MmapPlaybackThread *)checkMmapThread_l(output); in closeOutput_nonvirtual()
2992 mmapThread = (MmapCaptureThread *)checkMmapThread_l(input); in closeInput_nonvirtual()
3234 ThreadBase *thread = checkMmapThread_l(ioHandle); in checkThread_l()
3270 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const in checkMmapThread_l() function in android::AudioFlinger
3830 thread = checkMmapThread_l(io); in createEffect()
DAudioFlinger.h723 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;