Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h757 sp<AudioPatch> mCallTxPatch; variable
DAudioPolicyManager.cpp535 if (mCallTxPatch != 0) { in updateCallRouting()
536 releaseAudioPatchInternal(mCallTxPatch->getHandle()); in updateCallRouting()
537 mCallTxPatch.clear(); in updateCallRouting()
597 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRouting()
716 if (mCallTxPatch != 0) { in setPhoneState()
717 releaseAudioPatchInternal(mCallTxPatch->getHandle()); in setPhoneState()
718 mCallTxPatch.clear(); in setPhoneState()