Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp461 if (mCallTxPatch != 0) { in updateCallRouting()
462 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in updateCallRouting()
463 mCallTxPatch.clear(); in updateCallRouting()
553 mCallTxPatch = new AudioPatch((audio_patch_handle_t)nextUniqueId(), in updateCallRouting()
555 mCallTxPatch->mAfPatchHandle = afPatchHandle; in updateCallRouting()
556 mCallTxPatch->mUid = mUidCached; in updateCallRouting()
663 if (mCallTxPatch != 0) { in setPhoneState()
664 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0); in setPhoneState()
665 mCallTxPatch.clear(); in setPhoneState()
DAudioPolicyManager.h806 sp<AudioPatch> mCallTxPatch; variable