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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h136 Status<void> OnNewChannel(LocalHandle channel_fd);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp233 // Borrow the local channel handle before we move it into OnNewChannel().
235 status = OnNewChannel(std::move(local_socket));
271 Status<void> Endpoint::OnNewChannel(LocalHandle channel_fd) { function in class:android::pdx::uds::Endpoint
767 return OnNewChannel(std::move(channel_fd));

Completed in 30 milliseconds