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

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp337 thread = audioflinger->checkMmapThread_l(patch->sinks[0].ext.mix.handle);
384 thread = audioflinger->checkMmapThread_l(patch->sources[0].ext.mix.handle);
616 thread = audioflinger->checkMmapThread_l(patch->sinks[0].ext.mix.handle);
642 thread = audioflinger->checkMmapThread_l(patch->sources[0].ext.mix.handle);
H A DAudioFlinger.cpp1286 thread = checkMmapThread_l(ioHandle);
1333 thread = (ThreadBase *)checkMmapThread_l(ioHandle);
2239 mmapThread = (MmapPlaybackThread *)checkMmapThread_l(output);
2537 mmapThread = (MmapCaptureThread *)checkMmapThread_l(input);
2739 ThreadBase *thread = checkMmapThread_l(ioHandle);
2774 // checkMmapThread_l() must be called with AudioFlinger::mLock held
2775 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const function in class:android::AudioFlinger
3134 thread = checkMmapThread_l(io);
H A DAudioFlinger.h598 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;

Completed in 75 milliseconds