Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp402 if (mCallTxPatch != 0) { in updateCallRouting()
403 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
404 mCallTxPatch.clear(); in updateCallRouting()
516 mCallTxPatch = new AudioPatch(&patch, mUidCached); in updateCallRouting()
517 mCallTxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting()
518 mCallTxPatch->mUid = mUidCached; in updateCallRouting()
603 if (mCallTxPatch != 0) { in setPhoneState()
604 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
605 mCallTxPatch.clear(); in setPhoneState()
1765 if (mCallTxPatch != 0 && in isConcurentCaptureAllowed()
[all …]
DAudioPolicyManager.h552 sp<AudioPatch> mCallTxPatch; variable