Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp284 sp<HwModule> HwModuleCollection::getModuleForDeviceType(audio_devices_t type, in getModuleForDeviceType() function in android::HwModuleCollection
318 return getModuleForDeviceType(device->type(), encodedFormat); in getModuleForDevice()
390 sp<HwModule> hwModule = getModuleForDeviceType(type, encodedFormat, &tagName); in createDevice()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h147 sp<HwModule> getModuleForDeviceType(audio_devices_t device,
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp475 sp<HwModule> module = mHwModules.getModuleForDeviceType(device, encodedFormat); in handleDeviceConfigChange()
556 auto telephonyRxModule = mHwModules.getModuleForDeviceType( in selectBestRxSinkDevicesForCall()
611 mHwModules.getModuleForDeviceType(AUDIO_DEVICE_IN_TELEPHONY_RX, AUDIO_FORMAT_DEFAULT); in updateCallRoutingInternal()
613 mHwModules.getModuleForDeviceType(AUDIO_DEVICE_OUT_TELEPHONY_TX, AUDIO_FORMAT_DEFAULT); in updateCallRoutingInternal()