Searched refs:setPatchHandle (Results 1 – 6 of 6) sorted by relevance
36 virtual void setPatchHandle(audio_patch_handle_t handle) = 0;
81 void setPatchHandle(audio_patch_handle_t handle) override;
258 void setPatchHandle(audio_patch_handle_t handle) override;
178 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor
66 void AudioOutputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioOutputDescriptor
5563 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetOutputDevice()5616 inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE); in resetInputDevice()6195 ioDescriptor->setPatchHandle(patchDesc->mHandle); in installPatch()