• Home
  • Raw
  • Download

Lines Matching refs:sources

179     switch (patch->sources[0].type) {  in createAudioPatch()
181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
224 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX || in createAudioPatch()
226 patch->sources[1].ext.mix.hw_module) { in createAudioPatch()
233 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
260 audio_devices_t device = patch->sources[0].ext.device.type; in createAudioPatch()
261 String8 address = String8(patch->sources[0].ext.device.address); in createAudioPatch()
301 patch->sources, in createAudioPatch()
316 if (strcmp(patch->sources[0].ext.device.address, "") != 0) { in createAudioPatch()
318 patch->sources[0].ext.device.type, in createAudioPatch()
319 patch->sources[0].ext.device.address); in createAudioPatch()
326 (int)patch->sources[0].ext.device.type); in createAudioPatch()
336 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in createAudioPatch()
359 audioflinger->checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in createAudioPatch()
362 patch->sources[0].ext.mix.handle); in createAudioPatch()
414 subPatch.sources[0] = audioPatch->sources[0]; in createPatchConnections()
427 patch->mPlaybackThread->getAudioPortConfig(&subPatch.sources[0]); in createPatchConnections()
571 switch (patch->sources[0].type) { in releaseAudioPatch()
573 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in releaseAudioPatch()
620 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; in releaseAudioPatch()
628 audioflinger->checkPlaybackThread_l(patch->sources[0].ext.mix.handle); in releaseAudioPatch()
631 patch->sources[0].ext.mix.handle); in releaseAudioPatch()