Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp228 LocalHandle remote_socket; in AcceptConnection() local
229 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()
241 connection_info.channel_fd = std::move(remote_socket); in AcceptConnection()
366 LocalHandle* remote_socket) { in CreateChannelSocketPair() argument
409 remote_socket->Reset(channel_pair[1]); in CreateChannelSocketPair()
428 LocalHandle remote_socket; in PushChannel() local
429 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()
444 remote_socket.Borrow(), in PushChannel()
448 state->sockets_to_close.push_back(std::move(remote_socket)); in PushChannel()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h146 LocalHandle* remote_socket);