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);
617 thread = audioflinger->checkMmapThread_l(patch->sinks[0].ext.mix.handle);
643 thread = audioflinger->checkMmapThread_l(patch->sources[0].ext.mix.handle);
H A DAudioFlinger.cpp1235 thread = checkMmapThread_l(ioHandle);
1282 thread = (ThreadBase *)checkMmapThread_l(ioHandle);
2136 mmapThread = (MmapPlaybackThread *)checkMmapThread_l(output);
2434 mmapThread = (MmapCaptureThread *)checkMmapThread_l(input);
2634 ThreadBase *thread = checkMmapThread_l(ioHandle);
2669 // checkMmapThread_l() must be called with AudioFlinger::mLock held
2670 AudioFlinger::MmapThread *AudioFlinger::checkMmapThread_l(audio_io_handle_t io) const function in class:android::AudioFlinger
3028 thread = checkMmapThread_l(io);
H A DAudioFlinger.h611 MmapThread *checkMmapThread_l(audio_io_handle_t io) const;

Completed in 89 milliseconds