Searched defs:receive_count (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h230 const iovec* receive_vector, size_t receive_count) {
233 receive_count);
237 template <typename T, size_t send_count, size_t receive_count>
239 const iovec (&receive_vector)[receive_count]) {
241 receive_count);
250 template <typename T, size_t receive_count>
252 const iovec (&receive_vector)[receive_count]) {
253 return SendVector<T>(opcode, nullptr, 0, receive_vector, receive_count);
276 size_t receive_count);
279 size_t receive_count);
229 SendVector(int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp146 size_t receive_count) {
157 state_, opcode, send_vector, send_count, receive_vector, receive_count);
170 size_t receive_count) {
183 state_, opcode, send_vector, send_count, receive_vector, receive_count);
191 size_t receive_count) {
204 state_, opcode, send_vector, send_count, receive_vector, receive_count);
212 size_t receive_count) {
225 state_, opcode, send_vector, send_count, receive_vector, receive_count);
143 SendTransaction(int opcode, Status<void>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
167 SendTransaction(int opcode, Status<int>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
188 SendTransaction(int opcode, Status<LocalHandle>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
209 SendTransaction(int opcode, Status<LocalChannelHandle>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp106 const iovec* receive_vector, size_t receive_count,
121 for (size_t i = 0; i < receive_count && size_remaining > 0; i++) {
129 receive_count = read_buffers.size();
131 status = ReceiveDataVector(socket_fd, receive_vector, receive_count);
182 size_t receive_count) {
186 (receive_vector == nullptr && receive_count != 0)) {
192 size_t max_recv_len = CountVectorSize(receive_vector, receive_count);
198 receive_vector, receive_count, max_recv_len);
214 size_t receive_count) {
216 receive_vector, receive_count);
104 ReceiveResponse(const BorrowedHandle& socket_fd, TransactionState* transaction_state, const iovec* receive_vector, size_t receive_count, size_t max_recv_len) argument
178 SendAndReceive(void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
210 SendWithInt(void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
219 SendWithFileHandle( void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
239 SendWithChannelHandle( void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
[all...]

Completed in 48 milliseconds