Lines Matching refs:device
188 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
214 // - Device to device AND
219 ((patch->sinks[0].ext.device.hw_module != srcModule) ||
223 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module !=
240 audio_devices_t device = patch->sinks[0].ext.device.type;
241 String8 address = String8(patch->sinks[0].ext.device.address);
244 patch->sinks[0].ext.device.hw_module,
247 device,
257 audio_devices_t device = patch->sources[0].ext.device.type;
258 String8 address = String8(patch->sources[0].ext.device.address);
260 // open input stream with source device audio properties if provided or
282 device,
341 if (patch->sinks[i].ext.device.hw_module != srcModule) {
345 type |= patch->sinks[i].ext.device.type;
386 // create patch from source device to record thread input
401 // create patch from playback thread output to sink device
562 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
644 module = config->ext.device.hw_module;