Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_posix_unittest.cc123 ssize_t result = PlatformChannelRecvmsg(client_handle.get(), buf, in TEST_F()
178 PlatformChannelRecvmsg(client_handle.get(), buf, sizeof(buf), in TEST_F()
239 PlatformChannelRecvmsg(client_handle.get(), buf, sizeof(buf), in TEST_F()
Dplatform_channel_utils_posix.h67 PlatformChannelRecvmsg(PlatformHandle h,
Dplatform_channel_utils_posix.cc151 ssize_t PlatformChannelRecvmsg(PlatformHandle h, in PlatformChannelRecvmsg() function
/external/libmojo/mojo/edk/system/
Dbroker_posix.cc33 ssize_t read_result = PlatformChannelRecvmsg( in WaitForBrokerMessage()
Dchannel_posix.cc279 ssize_t read_result = PlatformChannelRecvmsg( in OnFileCanReadWithoutBlocking()