Searched defs:StreamChannel (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | stream_channel.rs | 69 pub struct StreamChannel { struct 83 // Held for the entire duration of a read. This enables the StreamChannel to be sync, argument 106 // For StreamChannels created via pair_with_buffer_size, allows the channel to accept messages argument 122 impl Serialize for StreamChannel { argument 147 impl Drop for StreamChannel { implementation 157 impl StreamChannel { impl 321 ) -> Result<(StreamChannel, StreamChannel)> { in from_pipes() argument 359 ) -> Result<(StreamChannel, StreamChannel)> { in pair_with_buffer_size() argument 374 ) -> Result<(StreamChannel, StreamChannel)> { in pair() argument 400 impl io::Write for StreamChannel { implementation [all …]
|
/aosp_15_r20/external/crosvm/base/src/sys/unix/ |
H A D | stream_channel.rs | 35 impl io::Read for StreamChannel { implementation 41 impl io::Read for &StreamChannel { implementation 47 impl AsRawDescriptor for StreamChannel { implementation 63 pub struct StreamChannel { struct 67 impl StreamChannel { implementation 133 ) -> Result<(StreamChannel, StreamChannel)> { in pair() argument 152 pub fn from_unix_seqpacket(sock: UnixSeqpacket) -> StreamChannel { in from_unix_seqpacket() 194 impl io::Write for StreamChannel { implementation 209 impl io::Write for &StreamChannel { implementation 224 impl AsRawFd for StreamChannel { implementation [all …]
|
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/ |
H A D | stream_channel.h | 126 StreamChannel(multibuf::MultiBufAllocator& allocator, in StreamChannel() function
|
/aosp_15_r20/external/pigweed/pw_channel/ |
H A D | stream_channel_test.cc | 71 TEST(StreamChannel, ReadsAndWritesData) { in TEST() argument
|
H A D | stream_channel.cc | 149 StreamChannel::StreamChannel(stream::Reader& reader, in StreamChannel() function in pw::channel::StreamChannel
|
/aosp_15_r20/external/crosvm/src/sys/ |
H A D | windows.rs | 380 event_pipe: StreamChannel, in create_multi_touch_device() 402 fn create_mouse_device(cfg: &Config, event_pipe: StreamChannel, idx: u32) -> DeviceResult { in create_mouse_device()
|
/aosp_15_r20/prebuilts/checkstyle/ |
HD | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/puppycrawl/
com/ ... |