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;
260 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function
283 audio_patch_handle_t getPatchHandle() const override;
49 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
916 auto iter = mPatches.find(swPatches[0].getPatchHandle()); in notifyStreamOpened()
4080 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
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()[all …]
185 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
69 audio_patch_handle_t AudioOutputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioOutputDescriptor