Home
last modified time | relevance | path

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

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