Home | History | Annotate | Download | only in managerdefault

Lines Matching refs:mAudioPatches

2061         ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
2063 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(patch_index);
2065 mAudioPatches.removeItemsAt(patch_index);
2402 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle());
2539 mAudioPatches.dump(fd);
2721 ssize_t index = mAudioPatches.indexOfKey(*handle);
2735 patchDesc = mAudioPatches.valueAt(index);
2798 index = mAudioPatches.indexOfKey(*handle);
2800 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) {
2803 patchDesc = mAudioPatches.valueAt(index);
2850 index = mAudioPatches.indexOfKey(*handle);
2852 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) {
2855 patchDesc = mAudioPatches.valueAt(index);
2962 ssize_t index = mAudioPatches.indexOfKey(handle);
2967 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index);
3023 return mAudioPatches.listAudioPatches(num_patches, patches);
3099 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) {
3100 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i);
3102 releaseAudioPatch(mAudioPatches.keyAt(i), uid);
3372 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(sourceDesc->mPatchDesc->mHandle);
4384 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
4386 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index);
4388 mAudioPatches.removeItemsAt(index);
4413 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
4415 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index);
4417 mAudioPatches.removeItemsAt(index);
4583 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
4585 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index);
4644 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
4646 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index);
4986 index = mAudioPatches.indexOfKey(*patchHandle);
4988 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
4993 patchDesc = mAudioPatches.valueAt(index);
5047 index = mAudioPatches.indexOfKey(*patchHandle);
5049 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
5054 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index);
5091 index = mAudioPatches.indexOfKey(*patchHandle);
5093 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
5098 patchDesc = mAudioPatches.valueAt(index);
5133 index = mAudioPatches.indexOfKey(*patchHandle);
5135 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
5140 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index);
5582 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) {
5583 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i);