Searched refs:getPatchHandle (Results 1 – 10 of 10) sorted by relevance
34 virtual audio_patch_handle_t getPatchHandle() const = 0;
93 audio_patch_handle_t getPatchHandle() const override;
244 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function
270 audio_patch_handle_t getPatchHandle() const override;
38 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
847 auto iter = mPatches.find(swPatches[0].getPatchHandle()); in notifyStreamOpened()
3785 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
2135 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()4666 if (sourceDesc != nullptr && sourceDesc->getPatchHandle() == handle) { in releaseAudioPatch()4731 patchHandle = outputDesc->getPatchHandle(); in releaseAudioPatchInternal()5362 status_t status = releaseAudioPatchInternal(sourceDesc->getPatchHandle(), 0, sourceDesc); in disconnectAudioSource()6203 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()6258 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()6331 && sourceDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE in checkAudioSourceForAttributes()6594 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()6599 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()6666 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()[all …]
185 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
68 audio_patch_handle_t AudioOutputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioOutputDescriptor