Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2199 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs() local
2200 if (patch_index >= 0) { in closeAllInputs()
2201 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()
2203 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()