HomeSort by relevance Sort by last modified time
    Searched refs:mCallRxPatch (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 340 if (mCallRxPatch != 0) {
341 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
342 mCallRxPatch.clear();
398 mCallRxPatch = new AudioPatch(&patch, mUidCached);
399 mCallRxPatch->mAfPatchHandle = afPatchHandle;
400 mCallRxPatch->mUid = mUidCached;
540 if (mCallRxPatch != 0) {
541 mpClientInterface->releaseAudioPatch(mCallRxPatch->mAfPatchHandle, 0);
542 mCallRxPatch.clear();
    [all...]
AudioPolicyManager.h 548 sp<AudioPatch> mCallRxPatch;
    [all...]

Completed in 44 milliseconds