/external/openssh/ |
D | channels.h | 66 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/ |
D | fakewebrtcvoiceengine.h | 146 struct Channel { struct 147 explicit Channel() in Channel() function 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/ |
D | SkICC.h | 72 struct Channel { struct 78 Channel fRed; argument
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | sync_buffer.h | 79 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/ |
D | channel_proxy.h | 30 class Channel; variable
|
D | channel_manager.h | 29 class Channel; variable
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IToken.cs | 59 int Channel { property
|
D | CommonTokenStream.cs | 65 public int Channel { property in Antlr.Runtime.CommonTokenStream
|
D | ClassicToken.cs | 114 public int Channel { property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 151 public int Channel { property in Antlr.Runtime.CommonToken
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IToken.cs | 65 int Channel property
|
D | CommonTokenStream.cs | 70 public int Channel property in Antlr.Runtime.CommonTokenStream
|
D | ClassicToken.cs | 132 public int Channel property in Antlr.Runtime.ClassicToken
|
D | CommonToken.cs | 170 public int Channel property in Antlr.Runtime.CommonToken
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 56 FDRPCChannel Channel(InFD, OutFD); in main() local
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimToken.cs | 100 public int Channel property
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 41 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer() 435 ChannelT &Channel; variable
|
D | OrcRemoteTargetClient.h | 590 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/ |
D | Channel.cc | 225 Channel::Channel(int16_t chID) in Channel() function in webrtc::Channel
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 52 class Channel: class
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 20 class Channel; variable
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 124 public int Channel { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/libmojo/mojo/edk/system/ |
D | channel.cc | 469 Channel::Channel(Delegate* delegate) in Channel() function in mojo::edk::Channel
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | RemoteDebugEventSocketListener.cs | 142 public int Channel property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
|
/external/webrtc/webrtc/p2p/base/ |
D | turnserver.cc | 76 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
|