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