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

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.cc81 int LevelEstimatorImpl::GetHandleError(void* /*handle*/) const { function in class:webrtc::LevelEstimatorImpl
H A Dnoise_suppression_impl.cc72 return GetHandleError(my_handle);
105 return GetHandleError(my_handle);
197 int NoiseSuppressionImpl::GetHandleError(void* handle) const { function in class:webrtc::NoiseSuppressionImpl
H A Decho_control_mobile_impl.cc102 return GetHandleError(my_handle); // TODO(ajm): warning possible?
148 return GetHandleError(my_handle); // TODO(ajm): warning possible?
233 return GetHandleError(my_handle);
271 return GetHandleError(my_handle);
277 return GetHandleError(my_handle);
297 int EchoControlMobileImpl::GetHandleError(void* handle) const { function in class:webrtc::EchoControlMobileImpl
H A Dhigh_pass_filter_impl.cc131 return GetHandleError(my_handle);
168 int HighPassFilterImpl::GetHandleError(void* handle) const { function in class:webrtc::HighPassFilterImpl
H A Dvoice_detection_impl.cc178 int VoiceDetectionImpl::GetHandleError(void* handle) const { function in class:webrtc::VoiceDetectionImpl
H A Decho_cancellation_impl.cc96 return GetHandleError(my_handle); // TODO(ajm): warning possible?
141 err = GetHandleError(my_handle);
151 return GetHandleError(my_handle);
243 return GetHandleError(my_handle);
300 return GetHandleError(my_handle);
376 int EchoCancellationImpl::GetHandleError(void* handle) const { function in class:webrtc::EchoCancellationImpl
H A Dgain_control_impl.cc70 return GetHandleError(my_handle);
98 return GetHandleError(my_handle);
118 return GetHandleError(my_handle);
158 return GetHandleError(my_handle);
344 int GainControlImpl::GetHandleError(void* handle) const { function in class:webrtc::GainControlImpl
/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 133 milliseconds