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.h94 void setPatchHandle(audio_patch_handle_t handle) override;
DAudioOutputDescriptor.h271 void setPatchHandle(audio_patch_handle_t handle) override;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp190 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor
DAudioOutputDescriptor.cpp71 void AudioOutputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4169 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in releaseAudioPatchInternal()
6246 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetOutputDevice()
6299 inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetInputDevice()
6910 ioDescriptor->setPatchHandle(patchDesc->getHandle()); in installPatch()