Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A 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
/aosp12/system/memory/libmemunreachable/
H A DLeakPipe.h115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp483 TEST_F(ClientTransactionTest, SendVector) { in TEST_F() argument
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp249 std::string SendVector(const std::vector<TestType>& v) { in SendVector() function in __anona08a5e0d0110::TestClient