Searched refs:hwModule (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp184 audio_module_handle_t hwModule = AUDIO_MODULE_HANDLE_NONE; local
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module;
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module;
202 if (hwModule != AUDIO_MODULE_HANDLE_NONE) {
203 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(hwModule);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp305 const sp<HwModule> hwModule = itemAt(i); local
306 if (hwModule->mHandle == 0) {
309 DeviceVector declaredDevices = hwModule->getDeclaredDevices();

Completed in 578 milliseconds