Searched defs:GetHandleError (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Dnoise_suppression_impl.cc83 return GetHandleError(my_handle);
173 int NoiseSuppressionImpl::GetHandleError(void* handle) const { function in class:webrtc::NoiseSuppressionImpl
H A Dhigh_pass_filter_impl.cc130 return GetHandleError(my_handle);
175 int HighPassFilterImpl::GetHandleError(void* handle) const { function in class:webrtc::HighPassFilterImpl
H A Dlevel_estimator_impl.cc167 int LevelEstimatorImpl::GetHandleError(void* handle) const { function in class:webrtc::LevelEstimatorImpl
H A Dvoice_detection_impl.cc197 int VoiceDetectionImpl::GetHandleError(void* handle) const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc95 return GetHandleError(my_handle); // TODO(ajm): warning possible?
140 err = GetHandleError(my_handle);
150 return GetHandleError(my_handle);
257 return GetHandleError(my_handle);
314 return GetHandleError(my_handle);
379 int EchoCancellationImpl::GetHandleError(void* handle) const { function in class:webrtc::EchoCancellationImpl
H A Decho_control_mobile_impl.cc101 return GetHandleError(my_handle); // TODO(ajm): warning possible?
147 return GetHandleError(my_handle); // TODO(ajm): warning possible?
232 return GetHandleError(my_handle);
279 return GetHandleError(my_handle);
285 return GetHandleError(my_handle);
305 int EchoControlMobileImpl::GetHandleError(void* handle) const { function in class:webrtc::EchoControlMobileImpl
H A Dgain_control_impl.cc92 return GetHandleError(my_handle);
119 return GetHandleError(my_handle);
140 return GetHandleError(my_handle);
180 return GetHandleError(my_handle);
385 int GainControlImpl::GetHandleError(void* handle) const { function in class:webrtc::GainControlImpl

Completed in 94 milliseconds