Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp155 static size_t nativeBufferSize = 128 * 1024; in SetFdProperty() local
158 nativeBufferSize = 1024 * 1024; in SetFdProperty()
170 if (setsockopt(toReturnClientFd, SOL_SOCKET, SO_SNDBUF, &nativeBufferSize, sizeof(nativeBufferSize)) != 0) { in SetFdProperty()
174 if (setsockopt(toReturnClientFd, SOL_SOCKET, SO_RCVBUF, &nativeBufferSize, sizeof(nativeBufferSize)) != 0) { in SetFdProperty()

Completed in 1 milliseconds