Home
last modified time | relevance | path

Searched defs:setErrorCallback (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java110 public static void setErrorCallback(WebRtcAudioTrackErrorCallback errorCallback) { in setErrorCallback() method in WebRtcAudioTrack
115 public static void setErrorCallback(ErrorCallback errorCallback) { in setErrorCallback() method in WebRtcAudioTrack
DWebRtcAudioRecord.java79 public static void setErrorCallback(WebRtcAudioRecordErrorCallback errorCallback) { in setErrorCallback() method in WebRtcAudioRecord
/external/oboe/include/oboe/
DAudioStreamBuilder.h344 AudioStreamBuilder *setErrorCallback(oboe::AudioStreamErrorCallback *errorCallback) { in setErrorCallback() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h127 …virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback =… in setErrorCallback() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h128 …virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback =… in setErrorCallback() function
/external/webrtc/sdk/android/api/org/webrtc/
DEglRenderer.java499 public void setErrorCallback(ErrorCallback errorCallback) { in setErrorCallback() method in EglRenderer