HomeSort by relevance Sort by last modified time
    Searched refs:CreateChannelSocketPair (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_endpoint.h 145 Status<void> CreateChannelSocketPair(LocalHandle* local_socket,
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 229 auto status = CreateChannelSocketPair(&local_socket, &remote_socket);
365 Status<void> Endpoint::CreateChannelSocketPair(LocalHandle* local_socket,
383 "Endpoint::CreateChannelSocketPair: Endpoint security context '%s' "
388 "Endpoint::CreateChannelSocketPair: Failed to set channel socket "
393 "Endpoint::CreateChannelSocketPair: Failed to obtain the endpoint "
400 ALOGE("Endpoint::CreateChannelSocketPair: Failed to create socket pair: %s",
415 "Endpoint::CreateChannelSocketPair: Failed to enable the receiving of "
429 auto status = CreateChannelSocketPair(&local_socket, &remote_socket);

Completed in 4104 milliseconds