Home
last modified time | relevance | path

Searched refs:onConnectionError (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDelegatingConnectionErrorHandler.java30 public void onConnectionError(MojoException e) { in onConnectionError() method in DelegatingConnectionErrorHandler
32 handler.onConnectionError(e); in onConnectionError()
DInterface.java159 public void onConnectionError(MojoException e) { in onConnectionError() method in Interface.AbstractProxy.HandlerImpl
161 mErrorHandler.onConnectionError(e); in onConnectionError()
262 public void onConnectionError(MojoException e) { in onConnectionError() method in Interface.AbstractProxy
263 mHandler.onConnectionError(e); in onConnectionError()
DConnectionErrorHandler.java14 public void onConnectionError(MojoException e); in onConnectionError() method
DConnector.java161 mErrorHandler.onConnectionError(exception); in onError()
/external/v4l2_codec2/
DC2VDAAdaptorProxy.cpp44 void C2VDAAdaptorProxy::onConnectionError(const std::string& pipeName) { in onConnectionError() function in android::arc::C2VDAAdaptorProxy
66 mVDAPtr.set_connection_error_handler(::base::Bind(&C2VDAAdaptorProxy::onConnectionError, in establishChannelOnMojoThread()
204 mBinding.set_connection_error_handler(::base::Bind(&C2VDAAdaptorProxy::onConnectionError, in initializeOnMojoThread()
/external/libchrome/mojo/public/js/
Dbindings.js273 this.bindingSet_.onConnectionError(bindingId, reason);
311 BindingSet.prototype.onConnectionError = function(bindingId, reason) { method in BindingSet
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DBindingsTestUtils.java68 public void onConnectionError(MojoException e) { in onConnectionError() method in BindingsTestUtils.CapturingErrorHandler
DInterfaceControlMessageTest.java48 public void onConnectionError(MojoException e) { in onConnectionError() method in InterfaceControlMessageTest.IntegerAccessorImpl
/external/v4l2_codec2/include/
DC2VDAAdaptorProxy.h64 void onConnectionError(const std::string& pipeName);
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java451 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError() method in NettyClientHandler
456 super.onConnectionError(ctx, outbound, cause, http2Ex); in onConnectionError()
DNettyServerHandler.java487 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError() method in NettyServerHandler
491 super.onConnectionError(ctx, outbound, cause, http2Ex); in onConnectionError()
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...