Home
last modified time | relevance | path

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

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