Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1424 sp<AudioPatch> currentPatch = msdPatches.valueAt(0); in setMsdPatch() local
1425 if (audio_patches_are_equal(&currentPatch->mPatch, patch)) { in setMsdPatch()
1428 releaseAudioPatch(currentPatch->mHandle, mUidCached); in setMsdPatch()