Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h136 Status<void> OnNewChannel(LocalHandle channel_fd);
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp238 status = OnNewChannel(std::move(local_socket)); in AcceptConnection()
274 Status<void> Endpoint::OnNewChannel(LocalHandle channel_fd) { in OnNewChannel() function in android::pdx::uds::Endpoint
784 return OnNewChannel(std::move(channel_fd)); in RegisterNewChannelForTests()