Lines Matching refs:mAudioFlinger
226 mAudioFlinger.checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
251 sp<ThreadBase> thread = mAudioFlinger.openOutput_l( in createAudioPatch()
290 sp<ThreadBase> thread = mAudioFlinger.openInput_l(srcModule, in createAudioPatch()
315 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l( in createAudioPatch()
318 thread = mAudioFlinger.checkMmapThread_l(patch->sinks[0].ext.mix.handle); in createAudioPatch()
351 ssize_t index = mAudioFlinger.mAudioHwDevs.indexOfKey(srcModule); in createAudioPatch()
378 mAudioFlinger.checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
380 thread = mAudioFlinger.checkMmapThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
388 if (thread == mAudioFlinger.primaryPlaybackThread_l()) { in createAudioPatch()
389 mAudioFlinger.updateOutDevicesForRecordThreads_l(devices); in createAudioPatch()
412 *handle = (audio_patch_handle_t) mAudioFlinger.nextUniqueId(AUDIO_UNIQUE_ID_USE_PATCH); in createAudioPatch()
414 mAudioFlinger.mDeviceEffectManager.createAudioPatch(*handle, newPatch); in createAudioPatch()
704 sp<ThreadBase> thread = mAudioFlinger.checkRecordThread_l(ioHandle); in releaseAudioPatch()
706 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
725 sp<ThreadBase> thread = mAudioFlinger.checkPlaybackThread_l(ioHandle); in releaseAudioPatch()
727 thread = mAudioFlinger.checkMmapThread_l(ioHandle); in releaseAudioPatch()
747 mAudioFlinger.mDeviceEffectManager.releaseAudioPatch(handle); in erasePatch()
800 ssize_t index = mAudioFlinger.mAudioHwDevs.indexOfKey(module); in findAudioHwDeviceByModule()
805 return mAudioFlinger.mAudioHwDevs.valueAt(index); in findAudioHwDeviceByModule()