Lines Matching refs:mCallTxPatch
338 if (mCallTxPatch != 0) { in updateCallRouting()
339 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
340 mCallTxPatch.clear(); in updateCallRouting()
450 mCallTxPatch = new AudioPatch(&patch, mUidCached); in updateCallRouting()
451 mCallTxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting()
452 mCallTxPatch->mUid = mUidCached; in updateCallRouting()
535 if (mCallTxPatch != 0) { in setPhoneState()
536 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
537 mCallTxPatch.clear(); in setPhoneState()
1638 if (mCallTxPatch != 0 && in startInput()
1639 inputDesc->getModuleHandle() == mCallTxPatch->mPatch.sources[0].ext.device.hw_module) { in startInput()