Home
last modified time | relevance | path

Searched defs:Channel (Results 1 – 25 of 38) sorted by relevance

12

/external/openssh/
Dchannels.h66 typedef struct Channel Channel; typedef
95 struct Channel { struct
96 int type; /* channel type/state */
97 int self; /* my own channel identifier */
98 int remote_id; /* channel identifier for remote peer */
99 u_int istate; /* input from channel (state of receive half) */
100 u_int ostate; /* output to channel (state of transmit half) */
101 int flags; /* close sent/rcvd */
102 int rfd; /* read fd */
103 int wfd; /* write fd */
[all …]
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h146 struct Channel { struct
147 explicit Channel() in Channel() argument
169 bool external_transport;
170 bool send;
171 bool playout;
172 float volume_scale;
173 bool vad;
174 bool codec_fec;
175 int max_encoding_bandwidth;
176 bool opus_dtx;
[all …]
/external/skia/include/core/
DSkICC.h72 struct Channel { struct
78 Channel fRed; argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h79 const AudioVector& Channel(size_t n) const { return *channels_[n]; } in Channel() function
80 AudioVector& Channel(size_t n) { return *channels_[n]; } in Channel() function
/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.h30 class Channel; variable
Dchannel_manager.h29 class Channel; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIToken.cs59 int Channel { property
DCommonTokenStream.cs65 public int Channel { property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs114 public int Channel { property in Antlr.Runtime.ClassicToken
DCommonToken.cs151 public int Channel { property in Antlr.Runtime.CommonToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIToken.cs65 int Channel property
DCommonTokenStream.cs70 public int Channel property in Antlr.Runtime.CommonTokenStream
DClassicToken.cs132 public int Channel property in Antlr.Runtime.ClassicToken
DCommonToken.cs170 public int Channel property in Antlr.Runtime.CommonToken
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp56 FDRPCChannel Channel(InFD, OutFD); in main() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs100 public int Channel property
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h41 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
435 ChannelT &Channel; variable
DOrcRemoteTargetClient.h590 static Expected<OrcRemoteTargetClient> Create(ChannelT &Channel) { in Create()
690 OrcRemoteTargetClient(ChannelT &Channel, Error &Err) : Channel(Channel) { in OrcRemoteTargetClient()
809 ChannelT &Channel; variable
/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.cc225 Channel::Channel(int16_t chID) in Channel() function in webrtc::Channel
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py52 class Channel: class
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h20 class Channel; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs124 public int Channel { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/libmojo/mojo/edk/system/
Dchannel.cc469 Channel::Channel(Delegate* delegate) in Channel() function in mojo::edk::Channel
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs142 public int Channel property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
/external/webrtc/webrtc/p2p/base/
Dturnserver.cc76 class TurnServerAllocation::Channel : public rtc::MessageHandler { class in cricket::TurnServerAllocation
930 TurnServerAllocation::Channel::Channel(rtc::Thread* thread, int id, in Channel() function in cricket::TurnServerAllocation::Channel

12