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.h228 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector() function
237 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector() function
244 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector() function
250 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 __anon853a45200111::TestClient