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.cpp227 LocalHandle local_socket; in AcceptConnection() local
229 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()
234 BorrowedHandle channel_handle = local_socket.Borrow(); in AcceptConnection()
235 status = OnNewChannel(std::move(local_socket)); in AcceptConnection()
365 Status<void> Endpoint::CreateChannelSocketPair(LocalHandle* local_socket, in CreateChannelSocketPair() argument
408 local_socket->Reset(channel_pair[0]); in CreateChannelSocketPair()
412 if (setsockopt(local_socket->Get(), SOL_SOCKET, SO_PASSCRED, &optval, in CreateChannelSocketPair()
417 local_socket->Get(), strerror(errno)); in CreateChannelSocketPair()
427 LocalHandle local_socket; in PushChannel() local
429 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()
[all …]
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h145 Status<void> CreateChannelSocketPair(LocalHandle* local_socket,