Searched refs:OnNewChannel (Results 1 – 2 of 2) sorted by relevance
136 Status<void> OnNewChannel(LocalHandle channel_fd);
238 status = OnNewChannel(std::move(local_socket)); in AcceptConnection()274 Status<void> Endpoint::OnNewChannel(LocalHandle channel_fd) { in OnNewChannel() function in android::pdx::uds::Endpoint784 return OnNewChannel(std::move(channel_fd)); in RegisterNewChannelForTests()