Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1491 sp<HwModule> deviceModule = mHwModules.getModuleForDevice(device, AUDIO_FORMAT_DEFAULT); in buildMsdPatch() local
1492 if (deviceModule == nullptr) { in buildMsdPatch()
1497 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()
1499 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()