Home
last modified time | relevance | path

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

/external/chromium_org/mojo/embedder/
Dplatform_channel_utils_posix.h33 PlatformChannelWrite(PlatformHandle h, const void* bytes, size_t num_bytes);
Dplatform_channel_pair_posix_unittest.cc92 result = PlatformChannelWrite(server_handle.get(), kHello, sizeof(kHello)); in TEST_F()
115 PlatformChannelWrite( in TEST_F()
Dplatform_channel_utils_posix.cc47 ssize_t PlatformChannelWrite(PlatformHandle h, in PlatformChannelWrite() function
/external/chromium_org/mojo/system/
Draw_channel_posix.cc257 write_result = embedder::PlatformChannelWrite( in WriteNoLock()