Searched refs:hw_module (Results 1 – 11 of 11) sorted by relevance
123 AudioHwDevice* hwDevice = findAudioHwDeviceByModule(port->ext.device.hw_module); in getAudioPort()125 ALOGW("%s cannot find hw module %d", __func__, port->ext.device.hw_module); in getAudioPort()175 oldPatch.sources[0].ext.device.hw_module != in createAudioPatch()176 patch->sources[0].ext.device.hw_module)) { in createAudioPatch()177 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()181 oldPatch.sinks[0].ext.device.hw_module != in createAudioPatch()182 patch->sinks[0].ext.device.hw_module))) { in createAudioPatch()188 hwModule = oldPatch.sinks[0].ext.device.hw_module; in createAudioPatch()205 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()215 patch->sinks[i].ext.device.hw_module != srcModule)) && in createAudioPatch()[all …]
3385 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in addEffectToHal()3394 mDevicePort.id, mDevicePort.ext.device.hw_module, effect); in removeEffectFromHal()
4714 config->ext.mix.hw_module = mOutput->audioHwDev->handle(); in toAudioPortConfig()9505 config->ext.mix.hw_module = mInput->audioHwDev->handle(); in toAudioPortConfig()10135 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()10139 config->ext.mix.hw_module = mAudioHwDev->handle(); in toAudioPortConfig()
2650 module = config->ext.device.hw_module; in setAudioPortConfig()2652 module = config->ext.mix.hw_module; in setAudioPortConfig()
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()
101 port->ext.device.hw_module = getModuleHandle(); in toAudioPortInternal()
90 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()102 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
213 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()222 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
134 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
1640 legacy.hw_module = VALUE_OR_RETURN( in aidl2legacy_AudioPortDeviceExt_audio_port_config_device_ext()1651 legacy2aidl_audio_module_handle_t_int32_t(legacy.hw_module)); in legacy2aidl_audio_port_config_device_ext_AudioPortDeviceExt()1877 legacy.hw_module = VALUE_OR_RETURN( in aidl2legacy_AudioPortMixExt()1888 legacy2aidl_audio_module_handle_t_int32_t(legacy.hw_module)); in legacy2aidl_AudioPortMixExt()2736 legacy.hw_module = VALUE_OR_RETURN( in aidl2legacy_AudioPortDeviceExt_audio_port_device_ext()2752 legacy2aidl_audio_module_handle_t_int32_t(legacy.hw_module)); in legacy2aidl_audio_port_device_ext_AudioPortDeviceExt()2766 legacy.hw_module = VALUE_OR_RETURN(aidl2legacy_int32_t_audio_module_handle_t(aidlSys.hwModule)); in aidl2legacy_AudioPortMixExt_audio_port_mix_ext()2775 legacy2aidl_audio_module_handle_t_int32_t(legacy.hw_module)); in legacy2aidl_audio_port_mix_ext_AudioPortMixExt()
1580 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdOutputPatches()