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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h842 sp<AudioPatch> mCallTxPatch; member in class:android::AudioPolicyManager
H A DAudioPolicyManager.cpp504 if (mCallTxPatch != 0) {
505 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
506 mCallTxPatch.clear();
596 mCallTxPatch = new AudioPatch((audio_patch_handle_t)nextUniqueId(),
598 mCallTxPatch->mAfPatchHandle = afPatchHandle;
599 mCallTxPatch->mUid = mUidCached;
712 if (mCallTxPatch != 0) {
713 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
714 mCallTxPatch.clear();

Completed in 42 milliseconds