Home
last modified time | relevance | path

Searched refs:DestroyHandle (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dprocessing_component.h57 virtual void DestroyHandle(void* handle) const = 0;
Decho_control_mobile_impl.h60 void DestroyHandle(void* handle) const override;
Dprocessing_component.cc30 DestroyHandle(handles_.back()); in Destroy()
Dgain_control_impl.h70 void DestroyHandle(void* handle) const override;
Decho_cancellation_impl.h74 void DestroyHandle(void* handle) const override;
Decho_control_mobile_impl.cc362 void EchoControlMobileImpl::DestroyHandle(void* handle) const { in DestroyHandle() function in webrtc::EchoControlMobileImpl
Dgain_control_impl.cc405 void GainControlImpl::DestroyHandle(void* handle) const { in DestroyHandle() function in webrtc::GainControlImpl
Decho_cancellation_impl.cc458 void EchoCancellationImpl::DestroyHandle(void* handle) const { in DestroyHandle() function in webrtc::EchoCancellationImpl