Searched defs:send_vector (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | client.cpp | 144 const iovec* send_vector, size_t send_count, in SendTransaction() 168 const iovec* send_vector, size_t send_count, in SendTransaction() 189 const iovec* send_vector, size_t send_count, in SendTransaction() 210 const iovec* send_vector, size_t send_count, in SendTransaction()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 91 const iovec* send_vector, size_t send_count, in SendRequest() 179 const iovec* send_vector, in SendAndReceive() 211 const iovec* send_vector, in SendWithInt() 220 void* transaction_state, int opcode, const iovec* send_vector, in SendWithFileHandle() 240 void* transaction_state, int opcode, const iovec* send_vector, in SendWithChannelHandle()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | client.h | 222 const iovec send_vector = {const_cast<void*>(send_buffer), send_length}; in Send() local 229 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector()
|