Searched refs:setPatchHandle (Results 1 – 6 of 6) sorted by relevance
36 virtual void setPatchHandle(audio_patch_handle_t handle) = 0;
94 void setPatchHandle(audio_patch_handle_t handle) override;
271 void setPatchHandle(audio_patch_handle_t handle) override;
190 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor
71 void AudioOutputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioOutputDescriptor
4169 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()