Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp400 int channel_pair[2] = {}; in CreateChannelSocketPair() local
401 if (socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, channel_pair) == -1) { in CreateChannelSocketPair()
410 local_socket->Reset(channel_pair[0]); in CreateChannelSocketPair()
411 remote_socket->Reset(channel_pair[1]); in CreateChannelSocketPair()