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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.h843 sp<AudioPatch> mCallRxPatch; member in class:android::AudioPolicyManager
H A DAudioPolicyManager.cpp499 if (mCallRxPatch != 0) {
500 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
501 mCallRxPatch.clear();
553 mCallRxPatch = new AudioPatch((audio_patch_handle_t)nextUniqueId(),
555 mCallRxPatch->mAfPatchHandle = afPatchHandle;
556 mCallRxPatch->mUid = mUidCached;
708 if (mCallRxPatch != 0) {
709 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
710 mCallRxPatch.clear();

Completed in 63 milliseconds