Searched refs:hw_module (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_FingerprintManager.cpp133 const hw_module_t *hw_module = NULL; local
134 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) {
138 if (NULL == hw_module) {
143 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module);
152 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) {
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
192 patch->sinks[i].ext.mix.hw_module != srcModule) &&
204 if (patch->sinks[i].ext.mix.hw_module == srcModule &&
214 if (patch->sinks[0].ext.device.hw_module != srcModule) {
225 patch->sinks[0].ext.device.hw_module !=
226 patch->sources[1].ext.mix.hw_module) {
246 patch->sinks[0].ext.device.hw_module,
336 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module;
352 if (patch->sinks[i].ext.device.hw_module != srcModule) {
573 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
[all...]
H A DThreads.cpp2780 config->ext.mix.hw_module = mOutput->audioHwDev->handle();
6411 config->ext.mix.hw_module = mInput->audioHwDev->handle();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp6059 dstConfig->ext.mix.hw_module = mProfile->mModule->mHandle;
6071 port->ext.mix.hw_module = mProfile->mModule->mHandle;
6143 dstConfig->ext.mix.hw_module = mProfile->mModule->mHandle;
6156 port->ext.mix.hw_module = mProfile->mModule->mHandle;
7696 dstConfig->ext.device.hw_module = mModule->mHandle;
7707 port->ext.device.hw_module = mModule->mHandle;

Completed in 297 milliseconds