• Home
  • Raw
  • Download

Lines Matching refs:ext

181             audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;  in createAudioPatch()
192 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
211 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
216 patch->sinks[0].ext.device.hw_module != in createAudioPatch()
217 patch->sources[1].ext.mix.hw_module) { in createAudioPatch()
224 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
233 audio_devices_t device = patch->sinks[0].ext.device.type; in createAudioPatch()
234 String8 address = String8(patch->sinks[0].ext.device.address); in createAudioPatch()
237 patch->sinks[0].ext.device.hw_module, in createAudioPatch()
251 audio_devices_t device = patch->sources[0].ext.device.type; in createAudioPatch()
252 String8 address = String8(patch->sources[0].ext.device.address); in createAudioPatch()
279 patch->sinks[0].ext.mix.handle); in createAudioPatch()
282 patch->sinks[0].ext.mix.handle); in createAudioPatch()
304 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch()
321 if (patch->sinks[i].ext.device.hw_module != srcModule) { in createAudioPatch()
325 type |= patch->sinks[i].ext.device.type; in createAudioPatch()
328 audioflinger->checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
331 patch->sources[0].ext.mix.handle); in createAudioPatch()
373 subPatch.sinks[0].ext.mix.usecase.source = AUDIO_SOURCE_MIC; in createPatchConnections()
430 audioPatch->sources[1].ext.mix.usecase.stream, in createPatchConnections()
538 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in releaseAudioPatch()
554 patch->sinks[0].ext.mix.handle); in releaseAudioPatch()
557 patch->sinks[0].ext.mix.handle); in releaseAudioPatch()
573 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in releaseAudioPatch()
581 audioflinger->checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in releaseAudioPatch()
584 patch->sources[0].ext.mix.handle); in releaseAudioPatch()
621 module = config->ext.device.hw_module; in setAudioPortConfig()
623 module = config->ext.mix.hw_module; in setAudioPortConfig()