Home
last modified time | relevance | path

Searched refs:PlatformChannelWrite (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dplatform_channel_utils_posix.h32 PlatformChannelWrite(PlatformHandle h, const void* bytes, size_t num_bytes);
Dplatform_channel_pair_posix_unittest.cc93 result = PlatformChannelWrite(server_handle.get(), kHello, sizeof(kHello)); in TEST_F()
116 PlatformChannelWrite(server_handle.get(), send_string.data(), in TEST_F()
Dplatform_channel_utils_posix.cc55 ssize_t PlatformChannelWrite(PlatformHandle h, in PlatformChannelWrite() function
/external/libmojo/mojo/edk/system/
Dbroker_posix.cc99 ssize_t write_result = PlatformChannelWrite( in GetSharedBuffer()
Dchannel_posix.cc368 result = PlatformChannelWrite(handle_.get(), message_view.data(), in WriteNoLock()