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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h146 Status<void> CreateChannelSocketPair(LocalHandle* local_socket,
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp232 auto status = CreateChannelSocketPair(&local_socket, &remote_socket);
367 Status<void> Endpoint::CreateChannelSocketPair(LocalHandle* local_socket, function in class:android::pdx::uds::Endpoint
385 "Endpoint::CreateChannelSocketPair: Endpoint security context '%s' "
390 "Endpoint::CreateChannelSocketPair: Failed to set channel socket "
395 "Endpoint::CreateChannelSocketPair: Failed to obtain the endpoint "
402 ALOGE("Endpoint::CreateChannelSocketPair: Failed to create socket pair: %s",
417 "Endpoint::CreateChannelSocketPair: Failed to enable the receiving of "
431 auto status = CreateChannelSocketPair(&local_socket, &remote_socket);

Completed in 30 milliseconds