Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp296 sp<HwModule> HwModuleCollection::getModuleForDeviceType(audio_devices_t type, in getModuleForDeviceType() function in android::HwModuleCollection
330 return getModuleForDeviceType(device->type(), encodedFormat); in getModuleForDevice()
402 sp<HwModule> hwModule = getModuleForDeviceType(type, encodedFormat, &tagName); in createDevice()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h150 sp<HwModule> getModuleForDeviceType(audio_devices_t device,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp547 sp<HwModule> module = mHwModules.getModuleForDeviceType(device, encodedFormat); in handleDeviceConfigChange()
665 auto telephonyRxModule = mHwModules.getModuleForDeviceType( in selectBestRxSinkDevicesForCall()
723 mHwModules.getModuleForDeviceType(AUDIO_DEVICE_IN_TELEPHONY_RX, AUDIO_FORMAT_DEFAULT); in updateCallRoutingInternal()
725 mHwModules.getModuleForDeviceType(AUDIO_DEVICE_OUT_TELEPHONY_TX, AUDIO_FORMAT_DEFAULT); in updateCallRoutingInternal()