Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h829 sp<AudioPatch> mCallTxPatch; variable
DAudioPolicyManager.cpp605 if (mCallTxPatch != 0) { in updateCallRoutingInternal()
606 releaseAudioPatchInternal(mCallTxPatch->getHandle()); in updateCallRoutingInternal()
607 mCallTxPatch.clear(); in updateCallRoutingInternal()
666 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRoutingInternal()
800 if (mCallTxPatch != 0) { in setPhoneState()
801 releaseAudioPatchInternal(mCallTxPatch->getHandle()); in setPhoneState()
802 mCallTxPatch.clear(); in setPhoneState()