Searched refs:createTelephonyPatch (Results 1 – 2 of 2) sorted by relevance
672 sp<AudioPatch> createTelephonyPatch(bool isRx, const sp<DeviceDescriptor> &device,
580 mCallRxPatch = createTelephonyPatch(true /*isRx*/, rxDevices.itemAt(0), delayMs); in updateCallRouting()596 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRouting()602 sp<AudioPatch> AudioPolicyManager::createTelephonyPatch( in createTelephonyPatch() function in android::AudioPolicyManager