Home
last modified time | relevance | path

Searched refs:onWebRtcAudioTrackInitError (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java84 void onWebRtcAudioTrackInitError(String errorMessage); in onWebRtcAudioTrackInitError() method
91 void onWebRtcAudioTrackInitError(String errorMessage); in onWebRtcAudioTrackInitError() method
465 errorCallbackOld.onWebRtcAudioTrackInitError(errorMessage); in reportWebRtcAudioTrackInitError()
468 errorCallback.onWebRtcAudioTrackInitError(errorMessage); in reportWebRtcAudioTrackInitError()
/external/webrtc/sdk/android/api/org/webrtc/audio/
DJavaAudioDeviceModule.java336 void onWebRtcAudioTrackInitError(String errorMessage); in onWebRtcAudioTrackInitError() method
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioTrack.java552 errorCallback.onWebRtcAudioTrackInitError(errorMessage); in reportWebRtcAudioTrackInitError()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java491 public void onWebRtcAudioTrackInitError(String errorMessage) { in createJavaAudioDevice()