Home
last modified time | relevance | path

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

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