Home
last modified time | relevance | path

Searched refs:getPatchHandle (Results 1 – 9 of 9) 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.h193 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function
DAudioOutputDescriptor.h269 audio_patch_handle_t getPatchHandle() const override;
/frameworks/av/services/audioflinger/
DPatchPanel.h38 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
DThreads.cpp3359 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1610 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()
1686 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()
4290 return releaseAudioPatchInternal(sourceDesc->getPatchHandle()); in disconnectAudioSource()
4997 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()
5046 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()
5260 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()
5265 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()
5317 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()
5322 inputDesc->getDevice()->toString().c_str(), inputDesc->getPatchHandle()); in getNewInputDevice()
5605 !force && outputDesc->getPatchHandle() != 0) { in setOutputDevices()
[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