Lines Matching refs:mix
219 patch->sources[1].ext.mix.hw_module)) { in createAudioPatch()
226 mAudioFlinger.checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
316 patch->sinks[0].ext.mix.handle); in createAudioPatch()
318 thread = mAudioFlinger.checkMmapThread_l(patch->sinks[0].ext.mix.handle); in createAudioPatch()
321 __func__, patch->sinks[0].ext.mix.handle); in createAudioPatch()
333 if (iter.second.mAudioPatch.sinks[0].ext.mix.handle == thread->id()) { in createAudioPatch()
350 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; 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()
383 __func__, patch->sources[0].ext.mix.handle); in createAudioPatch()
399 if (iter.second.mAudioPatch.sources[0].ext.mix.handle == thread->id()) { in createAudioPatch()
488 streamType = mAudioPatch.sources[1].ext.mix.usecase.stream; in createConnections()
703 audio_io_handle_t ioHandle = patch.sinks[0].ext.mix.handle; in releaseAudioPatch()
719 if (findHwDeviceByModule(src.ext.mix.hw_module) == 0) { in releaseAudioPatch()
720 ALOGW("%s() bad src hw module %d", __func__, src.ext.mix.hw_module); in releaseAudioPatch()
724 audio_io_handle_t ioHandle = src.ext.mix.handle; in releaseAudioPatch()