Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h758 sp<AudioPatch> mCallRxPatch; variable
DAudioPolicyManager.cpp530 if (mCallRxPatch != 0) { in updateCallRouting()
531 releaseAudioPatchInternal(mCallRxPatch->getHandle()); in updateCallRouting()
532 mCallRxPatch.clear(); in updateCallRouting()
581 mCallRxPatch = createTelephonyPatch(true /*isRx*/, rxDevices.itemAt(0), delayMs); in updateCallRouting()
712 if (mCallRxPatch != 0) { in setPhoneState()
713 releaseAudioPatchInternal(mCallRxPatch->getHandle()); in setPhoneState()
714 mCallRxPatch.clear(); in setPhoneState()