Searched refs:connection_info (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_factory.cpp126 ChannelConnectionInfo<LocalHandle> connection_info; local
127 status = ReceiveData(socket_.Borrow(), &connection_info);
130 socket_ = std::move(connection_info.channel_fd);
H A Dservice_endpoint.cpp243 ChannelConnectionInfo<LocalHandle> connection_info;
244 connection_info.channel_fd = std::move(remote_socket);
245 status = SendData(connection_fd.Borrow(), connection_info);

Completed in 3269 milliseconds