Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp1774 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); in closeAllInputs() local
1775 if (patch_index >= 0) { in closeAllInputs()
1776 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()
1778 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()