Searched refs:hwModule (Results 1 – 2 of 2) sorted by relevance
184 audio_module_handle_t hwModule = AUDIO_MODULE_HANDLE_NONE; in createAudioPatch() local189 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()
305 const sp<HwModule> hwModule = itemAt(i); in getDeviceDescriptor() local306 if (hwModule->mHandle == 0) { in getDeviceDescriptor()309 DeviceVector declaredDevices = hwModule->getDeclaredDevices(); in getDeviceDescriptor()