Searched refs:patch_index (Results 1 – 1 of 1) sorted by relevance
2199 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs() local2200 if (patch_index >= 0) { in closeAllInputs()2201 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index); in closeAllInputs()2203 mAudioPatches.removeItemsAt(patch_index); in closeAllInputs()