Lines Matching refs:msdModule
1026 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdProfileForOutput() local
1027 if (msdModule != nullptr) { in getMsdProfileForOutput()
1031 modules.add(msdModule); in getMsdProfileForOutput()
1792 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getMsdOutputPatches() local
1793 if (msdModule != 0) { in getMsdOutputPatches()
1799 source->ext.device.hw_module == msdModule->getHandle()) { in getMsdOutputPatches()
1814 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in isMsdPatch() local
1815 if (msdModule == nullptr) { in isMsdPatch()
1932 sp<HwModule> msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in buildMsdPatch() local
1933 ALOG_ASSERT(msdModule != nullptr, "MSD module not available"); in buildMsdPatch()
1940 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()
1942 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()
8943 const auto &msdModule = mHwModules.getModuleFromName(AUDIO_HARDWARE_MODULE_ID_MSD); in getProfilesForDevices() local
8944 if (msdModule != nullptr) { in getProfilesForDevices()
8947 for (const auto &profile: msdModule->getOutputProfiles()) { in getProfilesForDevices()