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.cpp411 int optval = 1; in CreateChannelSocketPair() local
412 if (setsockopt(local_socket->Get(), SOL_SOCKET, SO_PASSCRED, &optval, in CreateChannelSocketPair()
413 sizeof(optval)) == -1) { in CreateChannelSocketPair()
758 int optval = 1; in RegisterNewChannelForTests() local
759 if (setsockopt(channel_fd.Get(), SOL_SOCKET, SO_PASSCRED, &optval, in RegisterNewChannelForTests()
760 sizeof(optval)) == -1) { in RegisterNewChannelForTests()