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.h221 const iovec send_vector = {const_cast<void*>(send_buffer), send_length}; in Send() local
223 return SendVector<T>(opcode, send ? &send_vector : nullptr, send ? 1 : 0, in Send()
228 Status<T> SendVector(int opcode, const iovec* send_vector, size_t send_count, in SendVector() argument
231 SendTransaction(opcode, &ret, send_vector, send_count, receive_vector, in SendVector()
237 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
239 return SendVector<T>(opcode, send_vector, send_count, receive_vector, in SendVector()
244 Status<T> SendVector(int opcode, const iovec (&send_vector)[send_count], in SendVector()
246 return SendVector<T>(opcode, send_vector, send_count, nullptr, 0); in SendVector()
273 void SendTransaction(int opcode, Status<void>* ret, const iovec* send_vector,
276 void SendTransaction(int opcode, Status<int>* ret, const iovec* send_vector,
[all …]
Dmock_client_channel.h22 const iovec* send_vector, size_t send_count,
26 const iovec* send_vector, size_t send_count,
31 const iovec* send_vector,
Dclient_channel.h31 const iovec* send_vector, size_t send_count,
35 void* transaction_state, int opcode, const iovec* send_vector,
38 void* transaction_state, int opcode, const iovec* send_vector,
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp88 const iovec* send_vector, size_t send_count, in SendRequest() argument
90 size_t send_len = CountVectorSize(send_vector, send_count); in SendRequest()
95 status = SendDataVector(socket_fd, send_vector, send_count); in SendRequest()
174 const iovec* send_vector, in SendAndReceive() argument
180 if ((send_vector == nullptr && send_count != 0) || in SendAndReceive()
190 opcode, send_vector, send_count, max_recv_len); in SendAndReceive()
206 const iovec* send_vector, in SendWithInt() argument
210 return SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithInt()
215 void* transaction_state, int opcode, const iovec* send_vector, in SendWithFileHandle() argument
218 SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithFileHandle()
[all …]
/frameworks/native/libs/vr/libpdx/
Dclient.cpp141 const iovec* send_vector, size_t send_count, in SendTransaction() argument
154 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
165 const iovec* send_vector, size_t send_count, in SendTransaction() argument
180 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
186 const iovec* send_vector, size_t send_count, in SendTransaction() argument
201 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
207 const iovec* send_vector, size_t send_count, in SendTransaction() argument
222 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel.h43 const iovec* send_vector, size_t send_count,
47 const iovec* send_vector,
52 void* transaction_state, int opcode, const iovec* send_vector,
73 const iovec* send_vector, size_t send_count,