• Home
  • Raw
  • Download

Lines Matching refs:mAudioPatches

696     ssize_t index = mAudioPatches.indexOfKey(patchHandle);  in createTelephonyPatch()
701 return mAudioPatches.valueAt(index); in createTelephonyPatch()
1394 for (size_t i = 0; i < mAudioPatches.size(); ++i) { in getMsdOutputPatches()
1395 sp<AudioPatch> patch = mAudioPatches.valueAt(i); in getMsdOutputPatches()
3566 mAudioPatches.dump(dst); in dump()
3819 ssize_t index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
3833 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
3894 index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
3896 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()
3899 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
3945 index = mAudioPatches.indexOfKey(*handle); in createAudioPatchInternal()
3947 if (patchDesc != 0 && patchDesc != mAudioPatches.valueAt(index)) { in createAudioPatchInternal()
3950 patchDesc = mAudioPatches.valueAt(index); in createAudioPatchInternal()
4099 ssize_t index = mAudioPatches.indexOfKey(handle); in releaseAudioPatch()
4104 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in releaseAudioPatch()
4117 if (mAudioPatches.indexOfKey(handle) < 0) { in releaseAudioPatchInternal()
4121 sp<AudioPatch> patchDesc = mAudioPatches.valueFor(handle); in releaseAudioPatchInternal()
4193 return mAudioPatches.listAudioPatches(num_patches, patches); in listAudioPatches()
4269 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { in clearAudioPatches()
4270 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in clearAudioPatches()
4272 releaseAudioPatch(mAudioPatches.keyAt(i), uid); in clearAudioPatches()
4446 if (status != NO_ERROR || mAudioPatches.indexOfKey(handle) < 0) { in connectAudioSource()
5432 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5434 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeOutput()
5437 mAudioPatches.removeItemsAt(index); in closeOutput()
5484 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
5486 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in closeInput()
5489 mAudioPatches.removeItemsAt(index); in closeInput()
5803 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
5805 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewOutputDevices()
5874 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()
5876 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in getNewInputDevice()
6236 index = mAudioPatches.indexOfKey(*patchHandle); in resetOutputDevice()
6238 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in resetOutputDevice()
6243 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetOutputDevice()
6289 index = mAudioPatches.indexOfKey(*patchHandle); in resetInputDevice()
6291 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in resetInputDevice()
6296 sp< AudioPatch> patchDesc = mAudioPatches.valueAt(index); in resetInputDevice()
6711 for (ssize_t i = (ssize_t)mAudioPatches.size() - 1; i >= 0; i--) { in cleanUpForDevice()
6712 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(i); in cleanUpForDevice()
6903 ssize_t index = mAudioPatches.indexOfKey( in installPatch()
6926 patchDesc = mAudioPatches.valueAt(index); in installPatch()
6957 ssize_t index = mAudioPatches.indexOfKey(output->getPatchHandle()); in areAllActiveTracksRerouted()
6963 sp<AudioPatch> patchDesc = mAudioPatches.valueAt(index); in areAllActiveTracksRerouted()