Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp333 if (mCallRxPatch != 0) { in updateCallRouting()
334 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in updateCallRouting()
335 mCallRxPatch.clear(); in updateCallRouting()
391 mCallRxPatch = new AudioPatch(&patch, mUidCached); in updateCallRouting()
392 mCallRxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting()
393 mCallRxPatch->mUid = mUidCached; in updateCallRouting()
531 if (mCallRxPatch != 0) { in setPhoneState()
532 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0); in setPhoneState()
533 mCallRxPatch.clear(); in setPhoneState()
DAudioPolicyManager.h548 sp<AudioPatch> mCallRxPatch; variable