Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFifoSocket.cpp71 size_t ret = ::recv(sv[0], retData, retBytes, MSG_WAITALL); in writeWaitReturn()
82 size_t ret = ::recv(sv[1], data, bytes, MSG_WAITALL); in read()
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper_tests.cpp177 MSG_WAITALL | MSG_CMSG_CLOEXEC)) in TEST_F()
296 ReceiveMessage(kSocketFd, &msg_, MSG_WAITALL | MSG_CMSG_CLOEXEC)) in TEST_F()
Dipc_helper.cpp115 socket_fd.Get(), msg, MSG_WAITALL | MSG_CMSG_CLOEXEC)); in RecvMsgAll()
151 socket_fd.Get(), ptr, size, MSG_WAITALL | MSG_CMSG_CLOEXEC)); in RecvAll()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java471 public static final int MSG_WAITALL = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp421 initConstant(env, c, "MSG_WAITALL", MSG_WAITALL); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27879 field public static final int MSG_WAITALL;