Home
last modified time | relevance | path

Searched refs:send_vector (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h222 const iovec send_vector = {const_cast<void*>(send_buffer), send_length}; in Send() local
224 return SendVector<T>(opcode, send ? &send_vector : nullptr, send ? 1 : 0, in Send()
229 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector() argument
232 SendTransaction(opcode, &ret, send_vector, send_count, receive_vector, in SendVector()
238 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
240 return SendVector<T>(opcode, send_vector, send_count, receive_vector, in SendVector()
245 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
247 return SendVector<T>(opcode, send_vector, send_count, nullptr, 0); in SendVector()
274 void SendTransaction(int opcode, Status<void>* ret, const iovec* send_vector,
277 void SendTransaction(int opcode, Status<int>* ret, const iovec* send_vector,
[all …]
Dmock_client_channel.h24 const iovec* send_vector, size_t send_count,
28 const iovec* send_vector, size_t send_count,
33 const iovec* send_vector,
Dclient_channel.h44 const iovec* send_vector, size_t send_count,
48 void* transaction_state, int opcode, const iovec* send_vector,
51 void* transaction_state, int opcode, const iovec* send_vector,
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp91 const iovec* send_vector, size_t send_count, in SendRequest() argument
93 size_t send_len = CountVectorSize(send_vector, send_count); in SendRequest()
97 send_vector = nullptr; in SendRequest()
100 return SendData(socket_fd, transaction_state->request, send_vector, in SendRequest()
179 const iovec* send_vector, in SendAndReceive() argument
185 if ((send_vector == nullptr && send_count != 0) || in SendAndReceive()
195 opcode, send_vector, send_count, max_recv_len); in SendAndReceive()
211 const iovec* send_vector, in SendWithInt() argument
215 return SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithInt()
220 void* transaction_state, int opcode, const iovec* send_vector, in SendWithFileHandle() argument
[all …]
/frameworks/native/libs/vr/libpdx/
Dclient.cpp144 const iovec* send_vector, size_t send_count, in SendTransaction() argument
157 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
168 const iovec* send_vector, size_t send_count, in SendTransaction() argument
183 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
189 const iovec* send_vector, size_t send_count, in SendTransaction() argument
204 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
210 const iovec* send_vector, size_t send_count, in SendTransaction() argument
225 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h54 const iovec* send_vector, size_t send_count,
58 const iovec* send_vector,
63 void* transaction_state, int opcode, const iovec* send_vector,
86 const iovec* send_vector, size_t send_count,