Searched refs:mCallRxPatch (Results 1 – 2 of 2) sorted by relevance
402 if (mCallRxPatch != 0) { in updateCallRouting()403 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting()404 mCallRxPatch.clear(); in updateCallRouting()460 mCallRxPatch = new AudioPatch(&patch, mUidCached); in updateCallRouting()461 mCallRxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting()462 mCallRxPatch->mUid = mUidCached; in updateCallRouting()604 if (mCallRxPatch != 0) { in setPhoneState()605 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState()606 mCallRxPatch.clear(); in setPhoneState()
555 sp<AudioPatch> mCallRxPatch; variable