Searched refs:SendMsgAll (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper_tests.cpp | 14 using android::pdx::uds::SendMsgAll; 230 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() 245 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() 254 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() 270 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() 278 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F() 288 auto status = SendMsgAll(&sender_, kSocket, &msg_); in TEST_F()
|
D | ipc_helper.cpp | 73 Status<void> SendMsgAll(SendInterface* sender, const BorrowedHandle& socket_fd, in SendMsgAll() function 230 return SendMsgAll(sender, socket_fd, &msg); in Send() 378 return SendMsgAll(&g_socket_sender, socket_fd, &msg); in SendDataVector()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | ipc_helper.h | 42 Status<void> SendMsgAll(SendInterface* sender, const BorrowedHandle& socket_fd,
|