Home
last modified time | relevance | path

Searched refs:SendMsgAll (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper_tests.cpp14 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()
Dipc_helper.cpp73 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/
Dipc_helper.h42 Status<void> SendMsgAll(SendInterface* sender, const BorrowedHandle& socket_fd,