Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp506 if (mCallRxPatch != 0) { in updateCallRouting()
507 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting()
508 mCallRxPatch.clear(); in updateCallRouting()
559 mCallRxPatch = createTelephonyPatch(true /*isRx*/, rxDevices.itemAt(0), delayMs); in updateCallRouting()
723 if (mCallRxPatch != 0) { in setPhoneState()
724 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState()
725 mCallRxPatch.clear(); in setPhoneState()
DAudioPolicyManager.h730 sp<AudioPatch> mCallRxPatch; variable