Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp511 if (mCallTxPatch != 0) { in updateCallRouting()
512 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
513 mCallTxPatch.clear(); in updateCallRouting()
566 mCallTxPatch = createTelephonyPatch(false /*isRx*/, txSourceDevice, delayMs); in updateCallRouting()
727 if (mCallTxPatch != 0) { in setPhoneState()
728 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
729 mCallTxPatch.clear(); in setPhoneState()
DAudioPolicyManager.h729 sp<AudioPatch> mCallTxPatch; variable