Searched refs:mCallRxPatch (Results 1 – 2 of 2) sorted by relevance
506 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()
730 sp<AudioPatch> mCallRxPatch; variable