Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp230 LocalHandle local_socket; in AcceptConnection() local
232 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()
237 BorrowedHandle channel_handle = local_socket.Borrow(); in AcceptConnection()
238 status = OnNewChannel(std::move(local_socket)); in AcceptConnection()
367 Status<void> Endpoint::CreateChannelSocketPair(LocalHandle* local_socket, in CreateChannelSocketPair() argument
410 local_socket->Reset(channel_pair[0]); in CreateChannelSocketPair()
414 if (setsockopt(local_socket->Get(), SOL_SOCKET, SO_PASSCRED, &optval, in CreateChannelSocketPair()
419 local_socket->Get(), strerror(errno)); in CreateChannelSocketPair()
429 LocalHandle local_socket; in PushChannel() local
431 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()
[all …]
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h146 Status<void> CreateChannelSocketPair(LocalHandle* local_socket,