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

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp345 if (mCallTxPatch != 0) {
346 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
347 mCallTxPatch.clear();
457 mCallTxPatch = new AudioPatch(&patch, mUidCached);
458 mCallTxPatch->mAfPatchHandle = afPatchHandle;
459 mCallTxPatch->mUid = mUidCached;
544 if (mCallTxPatch != 0) {
545 mpClientInterface->releaseAudioPatch(mCallTxPatch->mAfPatchHandle, 0);
546 mCallTxPatch.clear();
1674 if (mCallTxPatch !
[all...]
H A DAudioPolicyManager.h547 sp<AudioPatch> mCallTxPatch; member in class:android::AudioPolicyManager

Completed in 245 milliseconds