Searched refs:SendAndReceive (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 178 Status<int> ClientChannel::SendAndReceive(void* transaction_state, int opcode, in SendAndReceive() function in android::pdx::uds::ClientChannel 215 return SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithInt() 223 SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithFileHandle() 243 SendAndReceive(transaction_state, opcode, send_vector, send_count, in SendWithChannelHandle()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 85 Status<int> SendAndReceive(void* transaction_state, int opcode,
|