Home
last modified time | relevance | path

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

/aosp12/system/libbase/
H A Derrors_windows.cpp37 WCHAR msgbuf[kErrorMessageBufferSize]; in SystemErrorCodeToString() local
40 DWORD len = FormatMessageW(flags, nullptr, error_code, 0, msgbuf, in SystemErrorCodeToString()
50 if (!android::base::WideToUTF8(msgbuf, &msg)) { in SystemErrorCodeToString()
/aosp12/system/bt/btif/src/
H A Dbtif_sock_util.cc87 char msgbuf[CMSG_SPACE(1)]; in sock_send_fd() local
92 msg.msg_control = msgbuf; in sock_send_fd()
93 msg.msg_controllen = sizeof msgbuf; in sock_send_fd()
/aosp12/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp248 uint8_t msgbuf[] = { variable
284 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]); in parse_garbage()
285 const uint8_t* end = msgbuf + array_length; in parse_garbage()
287 const uint8_t* begin = msgbuf + i; in parse_garbage()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dipc.h45 struct msgbuf __user * msgp;
H A Dmsg.h44 struct msgbuf { struct
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp863 uint8_t msgbuf[] = { variable
899 const uint8_t* end = msgbuf + array_length(msgbuf); in parse_garbage()
900 for (size_t i = 0; i < array_length(msgbuf); ++i) { in parse_garbage()
901 const uint8_t* begin = msgbuf + i; in parse_garbage()
/aosp12/packages/modules/adb/
H A Dsysdeps_win32.cpp850 WSABUF* msgbuf = reinterpret_cast<WSABUF*>(msg->msg_iov); in to_WSAMSG() local
871 wmsg->lpBuffers = msgbuf; in to_WSAMSG()