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;
284 void setPatchHandle(audio_patch_handle_t handle) override;
190 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor
74 void AudioOutputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioOutputDescriptor
7896 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetOutputDevice()7949 inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetInputDevice()8661 ioDescriptor->setPatchHandle(patchDesc->getHandle()); in installPatch()