Home
last modified time | relevance | path

Searched defs:SendVector (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h229 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector() function
238 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector() function
245 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector() function
251 Status<T> SendVector(int opcode, std::nullptr_t, in SendVector() function
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp483 TEST_F(ClientTransactionTest, SendVector) { in TEST_F() argument
/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp249 std::string SendVector(const std::vector<TestType>& v) { in SendVector() function in __anon586972210111::TestClient