Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
188 patch->sources[0].ext.device.hw_module))) { in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
194 patch->sinks[0].ext.device.hw_module)))) { in createAudioPatch()
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()
222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
233 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
253 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
257 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module != in createAudioPatch()
[all …]
DThreads.cpp3779 config->ext.mix.hw_module = mOutput->audioHwDev->handle(); in getAudioPortConfig()
7874 config->ext.mix.hw_module = mInput->audioHwDev->handle(); in getAudioPortConfig()
8462 config->ext.mix.hw_module = mAudioHwDev->handle(); in getAudioPortConfig()
8466 config->ext.mix.hw_module = mAudioHwDev->handle(); in getAudioPortConfig()
/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/
DAudioInputDescriptor.cpp84 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
96 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
DDeviceDescriptor.cpp249 dstConfig->ext.device.hw_module = in toAudioPortConfig()
261 port->ext.device.hw_module = mModule->getHandle(); in toAudioPort()
DAudioOutputDescriptor.cpp175 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
184 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1825 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in isConcurentCaptureAllowed()
1925 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()