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

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dclient.h229 const iovec* receive_vector, size_t receive_count) {
232 receive_count);
236 template <typename T, size_t send_count, size_t receive_count>
238 const iovec (&receive_vector)[receive_count]) {
240 receive_count);
249 template <typename T, size_t receive_count>
251 const iovec (&receive_vector)[receive_count]) {
252 return SendVector<T>(opcode, nullptr, 0, receive_vector, receive_count);
275 size_t receive_count);
278 size_t receive_count);
228 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.cpp143 size_t receive_count) {
154 state_, opcode, send_vector, send_count, receive_vector, receive_count);
167 size_t receive_count) {
180 state_, opcode, send_vector, send_count, receive_vector, receive_count);
188 size_t receive_count) {
201 state_, opcode, send_vector, send_count, receive_vector, receive_count);
209 size_t receive_count) {
222 state_, opcode, send_vector, send_count, receive_vector, receive_count);
140 SendTransaction(int opcode, Status<void>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
164 SendTransaction(int opcode, Status<int>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
185 SendTransaction(int opcode, Status<LocalHandle>* ret, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
206 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.cpp101 const iovec* receive_vector, size_t receive_count,
116 for (size_t i = 0; i < receive_count && size_remaining > 0; i++) {
124 receive_count = read_buffers.size();
126 status = ReceiveDataVector(socket_fd, receive_vector, receive_count);
177 size_t receive_count) {
181 (receive_vector == nullptr && receive_count != 0)) {
187 size_t max_recv_len = CountVectorSize(receive_vector, receive_count);
193 receive_vector, receive_count, max_recv_len);
209 size_t receive_count) {
211 receive_vector, receive_count);
99 ReceiveResponse(const BorrowedHandle& socket_fd, TransactionState* transaction_state, const iovec* receive_vector, size_t receive_count, size_t max_recv_len) argument
173 SendAndReceive(void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
205 SendWithInt(void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
214 SendWithFileHandle( void* transaction_state, int opcode, const iovec* send_vector, size_t send_count, const iovec* receive_vector, size_t receive_count) argument
234 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 55 milliseconds