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

/system/core/base/
H A Derrors_windows.cpp37 WCHAR msgbuf[kErrorMessageBufferSize]; local
40 DWORD len = FormatMessageW(flags, nullptr, error_code, 0, msgbuf,
50 if (!android::base::WideToUTF8(msgbuf, &msg)) {
/system/bt/btif/src/
H A Dbtif_sock_util.cc100 char msgbuf[CMSG_SPACE(1)]; local
105 msg.msg_control = msgbuf;
106 msg.msg_controllen = sizeof msgbuf;
/system/gatekeeper/tests/
H A Dgatekeeper_messages_test.cpp261 uint8_t msgbuf[] = { variable
297 uint32_t array_length = sizeof(msgbuf) / sizeof(msgbuf[0]);
298 const uint8_t* end = msgbuf + array_length;
300 const uint8_t* begin = msgbuf + i;
/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp628 uint8_t msgbuf[] = { member in namespace:keymaster::test
664 const uint8_t* end = msgbuf + array_length(msgbuf);
665 for (size_t i = 0; i < array_length(msgbuf); ++i) {
666 const uint8_t* begin = msgbuf + i;

Completed in 168 milliseconds