Searched defs:SendVector (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | client.h | 229 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/ |
D | client_tests.cpp | 483 TEST_F(ClientTransactionTest, SendVector) { in TEST_F() argument
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 249 std::string SendVector(const std::vector<TestType>& v) { in SendVector() function in __anon586972210111::TestClient
|