Home
last modified time | relevance | path

Searched refs:optval (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp413 int optval = 1; in CreateChannelSocketPair() local
414 if (setsockopt(local_socket->Get(), SOL_SOCKET, SO_PASSCRED, &optval, in CreateChannelSocketPair()
415 sizeof(optval)) == -1) { in CreateChannelSocketPair()
775 int optval = 1; in RegisterNewChannelForTests() local
776 if (setsockopt(channel_fd.Get(), SOL_SOCKET, SO_PASSCRED, &optval, in RegisterNewChannelForTests()
777 sizeof(optval)) == -1) { in RegisterNewChannelForTests()