Searched refs:createTelephonyPatch (Results 1 – 2 of 2) sorted by relevance
504 sp<AudioPatch> createTelephonyPatch(bool isRx, audio_devices_t device, uint32_t delayMs);
467 mCallRxPatch = createTelephonyPatch(true /*isRx*/, rxDevice, delayMs); in updateCallRouting()471 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txDevice, delayMs); in updateCallRouting()477 sp<AudioPatch> AudioPolicyManager::createTelephonyPatch( in createTelephonyPatch() function in android::AudioPolicyManager