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