HomeSort by relevance Sort by last modified time
    Searched refs:channel_pair (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix_unittest.cc 67 PlatformChannelPair channel_pair; local
68 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle();
69 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle();
108 PlatformChannelPair channel_pair; local
109 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle();
110 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle();
137 PlatformChannelPair channel_pair; local
138 ScopedPlatformHandle server_handle = channel_pair.PassServerHandle();
139 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle();
203 PlatformChannelPair channel_pair; local
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 400 int channel_pair[2] = {}; local
401 if (socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, channel_pair) == -1) {
410 local_socket->Reset(channel_pair[0]);
411 remote_socket->Reset(channel_pair[1]);

Completed in 196 milliseconds