Lines Matching refs:getPatchHandle
2478 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()
5474 if (sourceDesc != nullptr && sourceDesc->getPatchHandle() == handle) { in releaseAudioPatch()
5539 patchHandle = outputDesc->getPatchHandle(); in releaseAudioPatchInternal()
6189 status_t status = releaseAudioPatchInternal(sourceDesc->getPatchHandle(), 0, sourceDesc); in disconnectAudioSource()
6674 ssize_t index = mAudioPatches.indexOfKey(desc->getPatchHandle()); in onNewAudioModulesAvailableInt()
7054 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
7118 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
7192 && sourceDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE in checkAudioSourceForAttributes()
7464 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
7469 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()
7537 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()
7542 inputDesc->getDevice()->toString().c_str(), inputDesc->getPatchHandle()); in getNewInputDevice()
7838 outputDesc->getPatchHandle()); in setOutputDevices()
7888 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in resetOutputDevice()
7941 index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in resetInputDevice()
8656 *patchHandle : ioDescriptor->getPatchHandle()); in installPatch()
8708 ssize_t index = mAudioPatches.indexOfKey(output->getPatchHandle()); in areAllActiveTracksRerouted()