Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp402 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()
DAudioPolicyManager.h555 sp<AudioPatch> mCallRxPatch; variable