Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp476 sp<HwModule> primaryModule = in getHwOffloadEncodingFormatsSupportedForA2DP() local
478 DeviceVector declaredDevices = primaryModule->getDeclaredDevices().getDevicesFromTypeMask( in getHwOffloadEncodingFormatsSupportedForA2DP()
540 const auto &primaryModule = telephonyRxModule; in updateCallRouting() local
541 createRxPatch = !primaryModule->supportsPatch(rxSourceDevice, rxDevices.itemAt(0)); in updateCallRouting()
542 createTxPatch = !primaryModule->supportsPatch(txSourceDevice, txSinkDevice); in updateCallRouting()