Home
last modified time | relevance | path

Searched refs:hw_module (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.cpp151 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 …]
DAudioFlinger.cpp2154 module = config->ext.device.hw_module; in setAudioPortConfig()
2156 module = config->ext.mix.hw_module; in setAudioPortConfig()
DThreads.cpp4097 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()
/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp202 const hw_module_t *hw_module = NULL; in nativeOpenHal() local
203 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()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp318 dstConfig->ext.device.hw_module = getModuleHandle(); in toAudioPortConfig()
329 port->ext.device.hw_module = getModuleHandle(); in toAudioPort()
DAudioInputDescriptor.cpp78 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
90 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DAudioOutputDescriptor.cpp184 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
193 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1305 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdPatches()