Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h155 sp<HwModule> getModuleForDevice(const sp<DeviceDescriptor> &device,
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp337 sp<HwModule> HwModuleCollection::getModuleForDevice(const sp<DeviceDescriptor> &device, in getModuleForDevice() function in android::HwModuleCollection
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2047 sp<HwModule> deviceModule = mHwModules.getModuleForDevice(device, AUDIO_FORMAT_DEFAULT); in buildMsdPatch()