Home
last modified time | relevance | path

Searched defs:outbound (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java451 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError()
460 protected void onStreamError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onStreamError()
DNettyServerHandler.java487 protected void onConnectionError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onConnectionError()
495 protected void onStreamError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, in onStreamError()
/external/webrtc/pc/
Dsrtp_session.cc500 void SrtpSession::DumpPacket(const void* buf, int len, bool outbound) { in DumpPacket()