Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h672 sp<AudioPatch> createTelephonyPatch(bool isRx, const sp<DeviceDescriptor> &device,
DAudioPolicyManager.cpp580 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