HomeSort by relevance Sort by last modified time
    Searched refs:GetHandleError (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
processing_component.h 59 virtual int GetHandleError(void* handle) const = 0;
processing_component.cc 88 return GetHandleError(handles_[i]);
105 return GetHandleError(handles_[i]);
echo_control_mobile_impl.h 62 int GetHandleError(void* handle) const override;
gain_control_impl.cc 84 return GetHandleError(my_handle);
150 return GetHandleError(my_handle);
170 return GetHandleError(my_handle);
213 return GetHandleError(my_handle);
441 int GainControlImpl::GetHandleError(void* handle) const {
echo_cancellation_impl.h 76 int GetHandleError(void* handle) const override;
gain_control_impl.h 72 int GetHandleError(void* handle) const override;
echo_control_mobile_impl.cc 374 return GetHandleError(my_handle);
380 return GetHandleError(my_handle);
402 int EchoControlMobileImpl::GetHandleError(void* handle) const {
echo_cancellation_impl.cc 497 int EchoCancellationImpl::GetHandleError(void* handle) const {

Completed in 206 milliseconds