Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h137 sp<HwModule> getModuleForDevice(const sp<DeviceDescriptor> &device,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp298 sp<HwModule> HwModuleCollection::getModuleForDevice(const sp<DeviceDescriptor> &device, in getModuleForDevice() function in android::HwModuleCollection
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1295 sp<HwModule> deviceModule = mHwModules.getModuleForDevice(outputDevice, AUDIO_FORMAT_DEFAULT); in getBestMsdAudioProfileFor()