• Home
  • Raw
  • Download

Lines Matching refs:mAudioPatches

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()
5248 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
5295 index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
5297 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()
5300 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
5460 ssize_t index = mAudioPatches.indexOfKey(handle); in releaseAudioPatch()
5465 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in releaseAudioPatch()
5488 if (mAudioPatches.indexOfKey(handle) < 0) { in releaseAudioPatchInternal()
5492 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(handle); in releaseAudioPatchInternal()
5574 return mAudioPatches.listAudioPatches(num_patches, patches); in listAudioPatches()
5650 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { in clearAudioPatches()
5651 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in clearAudioPatches()
5653 releaseAudioPatch(mAudioPatches.keyAt(i), uid); in clearAudioPatches()
6674 ssize_t index = mAudioPatches.indexOfKey(desc->getPatchHandle()); in onNewAudioModulesAvailableInt()
6676 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in onNewAudioModulesAvailableInt()
6679 mAudioPatches.removeItemsAt(index); in onNewAudioModulesAvailableInt()
7054 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
7056 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeOutput()
7059 mAudioPatches.removeItemsAt(index); in closeOutput()
7118 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
7120 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeInput()
7123 mAudioPatches.removeItemsAt(index); in closeInput()
7464 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
7466 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewOutputDevices()
7537 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()
7539 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewInputDevice()
7886 index = mAudioPatches.indexOfKey(*patchHandle); in resetOutputDevice()
7888 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in resetOutputDevice()
7893 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetOutputDevice()
7939 index = mAudioPatches.indexOfKey(*patchHandle); in resetInputDevice()
7941 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in resetInputDevice()
7946 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetInputDevice()
8475 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { in cleanUpForDevice()
8476 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in cleanUpForDevice()
8654 ssize_t index = mAudioPatches.indexOfKey( in installPatch()
8677 patchDesc = mAudioPatches.valueAt(index); in installPatch()
8708 ssize_t index = mAudioPatches.indexOfKey(output->getPatchHandle()); in areAllActiveTracksRerouted()
8714 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in areAllActiveTracksRerouted()