Searched refs:PlatformChannelRecvmsg (Results 1 – 5 of 5) sorted by relevance
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_posix_unittest.cc | 123 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()
|
D | platform_channel_utils_posix.h | 67 PlatformChannelRecvmsg(PlatformHandle h,
|
D | platform_channel_utils_posix.cc | 151 ssize_t PlatformChannelRecvmsg(PlatformHandle h, in PlatformChannelRecvmsg() function
|
/external/libmojo/mojo/edk/system/ |
D | broker_posix.cc | 33 ssize_t read_result = PlatformChannelRecvmsg( in WaitForBrokerMessage()
|
D | channel_posix.cc | 279 ssize_t read_result = PlatformChannelRecvmsg( in OnFileCanReadWithoutBlocking()
|