Searched refs:hw_module (Results 1 – 9 of 9) sorted by relevance
152 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()153 patch->sources[0].ext.device.hw_module)) { in createAudioPatch()154 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()158 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()159 patch->sinks[0].ext.device.hw_module))) { in createAudioPatch()165 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()182 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()192 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch()213 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()219 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module != in createAudioPatch()[all …]
3088 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in addEffectToHal()3097 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in removeEffectFromHal()
2313 module = config->ext.device.hw_module; in setAudioPortConfig()2315 module = config->ext.mix.hw_module; in setAudioPortConfig()
4329 config->ext.mix.hw_module = mOutput->audioHwDev->handle(); in toAudioPortConfig()8665 config->ext.mix.hw_module = mInput->audioHwDev->handle(); in toAudioPortConfig()9293 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()9297 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
202 const hw_module_t *hw_module = NULL; in nativeOpenHal() local203 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) { in nativeOpenHal()207 if (NULL == hw_module) { in nativeOpenHal()212 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module); in nativeOpenHal()221 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) { in nativeOpenHal()
152 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()159 port->ext.device.hw_module = getModuleHandle(); in toAudioPort()
90 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()102 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
208 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()217 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
1331 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdPatches()