Home
last modified time | relevance | path

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

123456

/external/openssh/
Dchannels.h77 typedef struct Channel Channel; typedef
115 struct Channel { struct
116 int type; /* channel type/state */
118 int self; /* my own channel identifier */
119 uint32_t remote_id; /* channel identifier for remote peer */
120 int have_remote_id; /* non-zero if remote_id is valid */
122 u_int istate; /* input from channel (state of receive half) */
123 u_int ostate; /* output to channel (state of transmit half) */
124 int flags; /* close sent/rcvd */
125 int rfd; /* read fd */
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dchannel_tracker.h49 struct Channel { struct
52 ChannelHandle::ChannelType type; argument
55 // Creates a new Channel object and returns the corresponding argument
Dhlo_module_group_metadata.h105 struct Channel { struct
124 bool IsChannelInstruction(const HloInstruction* instruction) const; argument
/external/pigweed/pw_rpc/
Dchannel_test.cc50 TEST(Channel, Create_FromEnum) { in TEST() argument
57 TEST(Channel, TestPacket_ReservedSizeMatchesMinEncodedSizeBytes) { in TEST() argument
61 TEST(Channel, OutputBuffer_EmptyBuffer) { in TEST() argument
69 TEST(Channel, OutputBuffer_TooSmall) { in TEST() argument
79 TEST(Channel, OutputBuffer_ExactFit) { in TEST() argument
92 TEST(Channel, OutputBuffer_PayloadDoesNotFit_ReportsError) { in TEST() argument
103 TEST(Channel, OutputBuffer_ExtraRoom) { in TEST() argument
116 TEST(Channel, OutputBuffer_ReturnsStatusFromChannelOutputSend) { in TEST() argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c485 HAL_StatusTypeDef HAL_TIMEx_OCN_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Start()
514 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop()
543 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Start_IT()
609 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop_IT()
683 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pDat… in HAL_TIMEx_OCN_Start_DMA()
797 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop_DMA()
896 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Start()
924 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Stop()
953 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Start_IT()
1019 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_IT (TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Stop_IT()
[all …]
Dstm32l4xx_hal_tim.c587 HAL_StatusTypeDef HAL_TIM_OC_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Start()
621 HAL_StatusTypeDef HAL_TIM_OC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop()
655 HAL_StatusTypeDef HAL_TIM_OC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Start_IT()
723 HAL_StatusTypeDef HAL_TIM_OC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop_IT()
793 HAL_StatusTypeDef HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, … in HAL_TIM_OC_Start_DMA()
912 HAL_StatusTypeDef HAL_TIM_OC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop_DMA()
1110 HAL_StatusTypeDef HAL_TIM_PWM_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Start()
1144 HAL_StatusTypeDef HAL_TIM_PWM_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Stop()
1179 HAL_StatusTypeDef HAL_TIM_PWM_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Start_IT()
1245 HAL_StatusTypeDef HAL_TIM_PWM_Stop_IT (TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Stop_IT()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c485 HAL_StatusTypeDef HAL_TIMEx_OCN_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Start()
514 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop()
543 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Start_IT()
609 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop_IT()
683 HAL_StatusTypeDef HAL_TIMEx_OCN_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pDat… in HAL_TIMEx_OCN_Start_DMA()
797 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_OCN_Stop_DMA()
896 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Start()
924 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Stop()
953 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Start_IT()
1019 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_IT (TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIMEx_PWMN_Stop_IT()
[all …]
Dstm32l4xx_hal_tim.c587 HAL_StatusTypeDef HAL_TIM_OC_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Start()
621 HAL_StatusTypeDef HAL_TIM_OC_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop()
655 HAL_StatusTypeDef HAL_TIM_OC_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Start_IT()
723 HAL_StatusTypeDef HAL_TIM_OC_Stop_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop_IT()
793 HAL_StatusTypeDef HAL_TIM_OC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, … in HAL_TIM_OC_Start_DMA()
912 HAL_StatusTypeDef HAL_TIM_OC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_OC_Stop_DMA()
1110 HAL_StatusTypeDef HAL_TIM_PWM_Start(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Start()
1144 HAL_StatusTypeDef HAL_TIM_PWM_Stop(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Stop()
1179 HAL_StatusTypeDef HAL_TIM_PWM_Start_IT(TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Start_IT()
1245 HAL_StatusTypeDef HAL_TIM_PWM_Stop_IT (TIM_HandleTypeDef *htim, uint32_t Channel) in HAL_TIM_PWM_Stop_IT()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp109 struct Channel struct
111 deUint8 planeNdx;
112 deUint8 type; // tcu::TextureChannelClass value
113 deUint8 offsetBits; // Offset in element in bits
114 deUint8 sizeBits; // Value size in bits
115 deUint8 strideBytes; // Pixel stride (in bytes), usually plane elementSize
/external/rust/crates/crossbeam-channel/src/flavors/
Dtick.rs18 pub struct Channel { struct
26 impl Channel { impl
121 impl SelectHandle for Channel { implementation
Dat.rs18 pub struct Channel { struct
26 impl Channel { argument
151 impl SelectHandle for Channel { implementation
Dnever.rs17 pub struct Channel<T> { struct
21 impl<T> Channel<T> { impl
74 impl<T> SelectHandle for Channel<T> { implementation
Darray.rs60 pub struct Channel<T> { struct
68 head: CachePadded<AtomicUsize>,
97 /// Indicates that dropping a `Channel<T>` may drop values of type `T`. argument
101 impl<T> Channel<T> { argument
530 impl<T> Drop for Channel<T> { implementation
Dlist.rs154 pub struct Channel<T> { struct
164 /// Indicates that dropping a `Channel<T>` may drop messages of type `T`. argument
168 impl<T> Channel<T> { impl
561 impl<T> Drop for Channel<T> { implementation
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs33 public class Channel class
55 public Channel(string target, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel
67 … public Channel(string target, ChannelCredentials credentials, IEnumerable<ChannelOption> options) in Channel() method in Grpc.Core.Channel
96 public Channel(string host, int port, ChannelCredentials credentials) : in Channel() method in Grpc.Core.Channel
108 …public Channel(string host, int port, ChannelCredentials credentials, IEnumerable<ChannelOption> o… in Channel() method in Grpc.Core.Channel
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c297 PHP_METHOD(Channel, __construct) { in PHP_METHOD() argument
442 PHP_METHOD(Channel, getTarget) { in PHP_METHOD() argument
463 PHP_METHOD(Channel, getConnectivityState) { in PHP_METHOD() argument
495 PHP_METHOD(Channel, watchConnectivityState) { in PHP_METHOD() argument
536 PHP_METHOD(Channel, close) { in PHP_METHOD() argument
590 PHP_METHOD(Channel, cleanPersistentList) { in PHP_METHOD() argument
615 PHP_METHOD(Channel, getChannelInfo) { in PHP_METHOD() argument
653 PHP_METHOD(Channel, getPersistentList) { in PHP_METHOD() argument
/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h90 const AudioVector& Channel(size_t n) const { return *channels_[n]; } in Channel() function
91 AudioVector& Channel(size_t n) { return *channels_[n]; } in Channel() function
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/rpc/
Dgrpc_channelz.py32 Channel = channelz_pb2.Channel variable
60 def __init__(self, channel: grpc.Channel):
168 def list_channel_sockets(self, channel: Channel) -> Iterator[Socket]:
174 channel: Channel) -> Iterator[Subchannel]:
/external/rust/crates/grpcio/src/
Dchannel.rs441 pub fn connect(mut self, addr: &str) -> Channel { in connect()
464 pub unsafe fn connect_from_fd(mut self, target: &str, fd: ::std::os::raw::c_int) -> Channel { in connect_from_fd()
504 pub fn secure_connect(mut self, addr: &str, mut creds: ChannelCredentials) -> Channel { in secure_connect()
567 pub struct Channel { struct
568 inner: Arc<ChannelInner>, argument
572 unsafe impl Send for Channel {} argument
573 unsafe impl Sync for Channel {} implementation
575 impl Channel { impl
588 ) -> Channel { in new()
/external/pigweed/pw_rpc/public/pw_rpc/
Dchannel.h68 constexpr Channel() in Channel() function
97 constexpr Channel(uint32_t id, ChannelOutput* output) in Channel() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
DREADME.md1 # Channel chapter
/external/grpc-grpc/src/core/lib/channel/
DREADME.md1 # Channel chapter
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt587 public interface Channel<E> : SendChannel<E>, ReceiveChannel<E> { in next() interface
644 public fun <E> Channel( in Channel() method
676 public fun <E> Channel(capacity: Int = RENDEZVOUS): Channel<E> = Channel(capacity) method
/external/grpc-grpc/src/cpp/client/
Dcreate_channel_internal.h29 class Channel; variable
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py154 def method_client(self, channel: Channel, method: Method) -> Any:
211 def __init__(self, client_impl: ClientImpl, channel: Channel,
234 def __init__(self, client_impl, channel: Channel,
335 def from_modules(cls, impl: ClientImpl, channels: Iterable[Channel],
342 def __init__(self, impl: ClientImpl, channels: Iterable[Channel],

123456