Searched refs:mAudioPatches (Results 1 – 2 of 2) sorted by relevance
1794 for (size_t i = 0; i < mAudioPatches.size(); ++i) { in getMsdOutputPatches()1795 sp<AudioPatch> patch = mAudioPatches.valueAt(i); in getMsdOutputPatches()1809 ssize_t index = mAudioPatches.indexOfKey(handle); in isMsdPatch()1813 const sp<AudioPatch> patch = mAudioPatches.valueAt(index); in isMsdPatch()4495 mAudioPatches.dump(dst); in dump()5120 if (status != NO_ERROR || mAudioPatches.indexOfKey(handle) < 0) { in connectAudioSourceToSink()5167 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()5181 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()5243 index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()5245 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()[all …]
446 return mAudioPatches; in getAudioPatches()851 return mAudioPatches.addAudioPatch(handle, patch); in addAudioPatch()855 return mAudioPatches.removeAudioPatch(handle); in removeAudioPatch()1008 AudioPatchCollection mAudioPatches; variable