OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyHandle
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
processing_component.h
57
virtual void
DestroyHandle
(void* handle) const = 0;
echo_control_mobile_impl.h
60
void
DestroyHandle
(void* handle) const override;
echo_cancellation_impl.h
74
void
DestroyHandle
(void* handle) const override;
gain_control_impl.h
70
void
DestroyHandle
(void* handle) const override;
processing_component.cc
30
DestroyHandle
(handles_.back());
echo_control_mobile_impl.cc
362
void EchoControlMobileImpl::
DestroyHandle
(void* handle) const {
gain_control_impl.cc
405
void GainControlImpl::
DestroyHandle
(void* handle) const {
echo_cancellation_impl.cc
458
void EchoCancellationImpl::
DestroyHandle
(void* handle) const {
Completed in 882 milliseconds