Home
last modified time | relevance | path

Searched refs:setPatchHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioIODescriptorInterface.h36 virtual void setPatchHandle(audio_patch_handle_t handle) = 0;
DAudioInputDescriptor.h81 void setPatchHandle(audio_patch_handle_t handle) override;
DAudioOutputDescriptor.h258 void setPatchHandle(audio_patch_handle_t handle) override;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp178 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor
DAudioOutputDescriptor.cpp66 void AudioOutputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5563 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetOutputDevice()
5616 inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetInputDevice()
6195 ioDescriptor->setPatchHandle(patchDesc->mHandle); in installPatch()