Searched refs:CreateChannelSocketPair (Results 1 – 2 of 2) sorted by relevance
146 Status<void> CreateChannelSocketPair(LocalHandle* local_socket,
232 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in AcceptConnection()367 Status<void> Endpoint::CreateChannelSocketPair(LocalHandle* local_socket, in CreateChannelSocketPair() function in android::pdx::uds::Endpoint431 auto status = CreateChannelSocketPair(&local_socket, &remote_socket); in PushChannel()