Searched refs:hw_module (Results 1 – 8 of 8) sorted by relevance
151 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()152 patch->sources[0].ext.device.hw_module)) { in createAudioPatch()153 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()157 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()158 patch->sinks[0].ext.device.hw_module))) { in createAudioPatch()164 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()191 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch()212 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()218 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module != in createAudioPatch()[all …]
2154 module = config->ext.device.hw_module; in setAudioPortConfig()2156 module = config->ext.mix.hw_module; in setAudioPortConfig()
4097 config->ext.mix.hw_module = mOutput->audioHwDev->handle(); in toAudioPortConfig()8411 config->ext.mix.hw_module = mInput->audioHwDev->handle(); in toAudioPortConfig()9014 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()9018 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()
318 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()329 port->ext.device.hw_module = getModuleHandle(); in toAudioPort()
78 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()90 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
184 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()193 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
1305 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdPatches()