/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | DelegatingConnectionErrorHandler.java | 30 public void onConnectionError(MojoException e) { in onConnectionError() method in DelegatingConnectionErrorHandler 32 handler.onConnectionError(e); in onConnectionError()
|
D | Interface.java | 159 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()
|
D | ConnectionErrorHandler.java | 14 public void onConnectionError(MojoException e); in onConnectionError() method
|
D | Connector.java | 161 mErrorHandler.onConnectionError(exception); in onError()
|
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 44 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/ |
D | bindings.js | 273 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/ |
D | BindingsTestUtils.java | 68 public void onConnectionError(MojoException e) { in onConnectionError() method in BindingsTestUtils.CapturingErrorHandler
|
D | InterfaceControlMessageTest.java | 48 public void onConnectionError(MojoException e) { in onConnectionError() method in InterfaceControlMessageTest.IntegerAccessorImpl
|
/external/v4l2_codec2/include/ |
D | C2VDAAdaptorProxy.h | 64 void onConnectionError(const std::string& pipeName);
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | NettyClientHandler.java | 451 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError() method in NettyClientHandler 456 super.onConnectionError(ctx, outbound, cause, http2Ex); in onConnectionError()
|
D | NettyServerHandler.java | 487 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/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |