Home
last modified time | relevance | path

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

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