Home
last modified time | relevance | path

Searched refs:getPatchHandle (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioIODescriptorInterface.h34 virtual audio_patch_handle_t getPatchHandle() const = 0;
DAudioInputDescriptor.h93 audio_patch_handle_t getPatchHandle() const override;
DClientDescriptor.h213 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function
DAudioOutputDescriptor.h270 audio_patch_handle_t getPatchHandle() const override;
/frameworks/av/services/audioflinger/
DPatchPanel.h38 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
DPatchPanel.cpp822 auto iter = mPatches.find(swPatches[0].getPatchHandle()); in notifyStreamOpened()
DThreads.cpp3561 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1808 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()
1884 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()
4164 if (patchDesc->getHandle() != outputDesc->getPatchHandle()) { in releaseAudioPatchInternal()
4167 removeAudioPatch(outputDesc->getPatchHandle()); in releaseAudioPatchInternal()
4784 status_t status = releaseAudioPatchInternal(sourceDesc->getPatchHandle()); in disconnectAudioSource()
5432 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5484 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
5557 && sourceDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE in checkAudioSourceForAttributes()
5803 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
5808 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp185 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
DAudioOutputDescriptor.cpp66 audio_patch_handle_t AudioOutputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioOutputDescriptor