Searched refs:MSG_WAITALL (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/ |
D | rsFifoSocket.cpp | 71 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/ |
D | ipc_helper_tests.cpp | 177 MSG_WAITALL | MSG_CMSG_CLOEXEC)) in TEST_F() 296 ReceiveMessage(kSocketFd, &msg_, MSG_WAITALL | MSG_CMSG_CLOEXEC)) in TEST_F()
|
D | ipc_helper.cpp | 115 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/ |
D | OsConstants.java | 471 public static final int MSG_WAITALL = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 421 initConstant(env, c, "MSG_WAITALL", MSG_WAITALL); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27879 field public static final int MSG_WAITALL;
|