Lines Matching full:patch_index
1774 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle);1775 if (patch_index >= 0) {1776 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index);1778 mAudioPatches.removeItemsAt(patch_index);