Home
last modified time | relevance | path

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

/external/oboe/include/oboe/
DAudioStreamBuilder.h404 …AudioStreamBuilder *setErrorCallback(std::shared_ptr<AudioStreamErrorCallback> sharedErrorCallback… in setErrorCallback() function
420 AudioStreamBuilder *setErrorCallback(AudioStreamErrorCallback *errorCallback) { in setErrorCallback() function
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java100 public static void setErrorCallback(WebRtcAudioTrackErrorCallback errorCallback) { in setErrorCallback() method in WebRtcAudioTrack
105 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/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h132 …virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback =… in setErrorCallback() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h132 …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