Searched defs:patch_index (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1641 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->mPatchHandle); local
1642 if (patch_index >= 0) {
1643 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index);
1645 mAudioPatches.removeItemsAt(patch_index);

Completed in 18 milliseconds