Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper_tests.cpp34 MOCK_METHOD4(Send, ssize_t(int socket_fd, const void* data, size_t size,
51 ON_CALL(sender_, Send(_, _, _, _)) in SendTest()
96 ON_CALL(sender_, Send(_, _, _, _)) in SendMessageTest()
123 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F()
131 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F()
134 Send(kSocketFd, IntToConstPtr(kPtr + 20), 80, MSG_NOSIGNAL)) in TEST_F()
137 Send(kSocketFd, IntToConstPtr(kPtr + 60), 40, MSG_NOSIGNAL)) in TEST_F()
145 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F()
154 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F()
163 EXPECT_CALL(sender_, Send(kSocketFd, IntToConstPtr(kPtr), 100, MSG_NOSIGNAL)) in TEST_F()
[all …]
Dservice_framework_tests.cpp267 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_SERVICE_ID)); in GetServiceId()
273 return ReturnStatusOrError(trans.Send<int>(TEST_OP_SET_TEST_CHANNEL)); in SetTestChannel()
291 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_THIS_CHANNEL_ID)); in GetThisChannelId()
297 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_TEST_CHANNEL_ID)); in GetTestChannelId()
305 return ReturnStatusOrError(trans.Send<int>(TEST_OP_CHECK_CHANNEL_ID, &ref, in CheckChannelIdArgument()
314 return ReturnStatusOrError(trans.Send<int>(TEST_OP_CHECK_CHANNEL_OBJECT, in CheckChannelObjectArgument()
324 trans.Send<int>(TEST_OP_CHECK_CHANNEL_FROM_OTHER_SERVICE, &ref, in CheckChannelFromOtherService()
331 auto status = trans.Send<LocalChannelHandle>(TEST_OP_GET_NEW_CHANNEL); in GetNewChannel()
341 auto status = trans.Send<LocalChannelHandle>( in GetNewChannelFromOtherService()
352 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_THIS_PROCESS_ID)); in GetThisProcessId()
[all …]
Dipc_helper.cpp30 ssize_t Send(int socket_fd, const void* data, size_t size, in Send() function in android::pdx::uds::__anon5f80d8fe0111::SocketSender
60 RETRY_EINTR(sender->Send(socket_fd.Get(), ptr, size, MSG_NOSIGNAL)); in SendAll()
176 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd) { in Send() function in android::pdx::uds::SendPayload
177 return Send(socket_fd, nullptr); in Send()
180 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd, in Send() function in android::pdx::uds::SendPayload
/frameworks/rs/script_api/
Drs_io.spec21 <li>Send information to the Java client, and</li>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
45 summary: Send new content to the queue
47 Send the contents of the Allocation to the queue.
59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp101 Status<int> status = trans.Send<int>(DVR_POSE_LOG_CONTROLLER, &enable, in LogController()
114 Status<int> status = trans.Send<int>(DVR_POSE_FREEZE, &frozen_state, in Freeze()
125 trans.Send<int>(DVR_POSE_SET_MODE, &mode, sizeof(mode), nullptr, 0); in SetMode()
136 trans.Send<int>(DVR_POSE_GET_MODE, nullptr, 0, &mode, sizeof(mode)); in GetMode()
147 Status<LocalChannelHandle> status = trans.Send<LocalChannelHandle>( in GetTangoReaderHandle()
165 Status<int> status = trans.Send<int>(DVR_POSE_DATA_CAPTURE, request, in DataCapture()
174 Status<int> status = trans.Send<int>(DVR_POSE_TANGO_READER_DESTROY, in DataReaderDestroy()
185 Status<int> status = trans.Send<int>(DVR_POSE_SENSORS_ENABLE, &enabled, in EnableSensors()
217 Status<LocalChannelHandle> status = trans.Send<LocalChannelHandle>( in GetControllerRingBuffer()
/frameworks/rs/script_api/include/
Drs_io.rsh23 * - Send information to the Java client, and
24 * - Send the processed allocation or receive the next allocation to process.
48 * rsAllocationIoSend: Send new content to the queue
50 * Send the contents of the Allocation to the queue.
65 * rsSendToClient: Send a message to the client, non-blocking
86 * rsSendToClientBlocking: Send a message to the client, blocking
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dipc_helper.h20 virtual ssize_t Send(int socket_fd, const void* data, size_t size,
61 Status<void> Send(const BorrowedHandle& socket_fd);
62 Status<void> Send(const BorrowedHandle& socket_fd, const ucred* cred,
168 return payload.Send(socket_fd, nullptr, data_vec, vec_count);
178 return payload.Send(socket_fd, &request.cred, data_vec, vec_count);
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp423 EXPECT_TRUE(transaction_.Send<void>(1)); in TEST_F()
427 EXPECT_TRUE(transaction_.Send<LocalHandle>(2)); in TEST_F()
431 EXPECT_TRUE(transaction_.Send<LocalChannelHandle>(3)); in TEST_F()
440 EXPECT_TRUE(transaction_.Send<void>(1)); in TEST_F()
455 EXPECT_TRUE(transaction_.Send<void>(1, nullptr, 0, nullptr, 0)); in TEST_F()
460 EXPECT_TRUE(transaction_.Send<void>(2, kSendBuffer, kSendSize, nullptr, 0)); in TEST_F()
464 EXPECT_TRUE(transaction_.Send<void>(3, kSendBuffer, 0, nullptr, 0)); in TEST_F()
470 transaction_.Send<void>(4, nullptr, 0, kReceiveBuffer, kReceiveSize)); in TEST_F()
474 EXPECT_TRUE(transaction_.Send<void>(5, nullptr, 0, kReceiveBuffer, 0)); in TEST_F()
479 EXPECT_TRUE(transaction_.Send<void>(5, kSendBuffer, kSendSize, kReceiveBuffer, in TEST_F()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp230 int EvdevInjector::Send(uint16_t type, uint16_t code, int32_t value) { in Send() function in android::dvr::EvdevInjector
248 int EvdevInjector::SendSynReport() { return Send(EV_SYN, SYN_REPORT, 0); } in SendSynReport()
251 return Send(EV_KEY, code, value); in SendKey()
255 return Send(EV_ABS, code, value); in SendAbs()
259 return Send(EV_REL, code, value); in SendRel()
DEvdevInjector.h100 int Send(uint16_t type, uint16_t code, int32_t value);
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp56 auto status = trans.Send<void>(android::pdx::opcodes::REPORT_SYSPROP_CHANGE, in Reload()
67 auto status = trans.Send<int>(android::pdx::opcodes::DUMP_STATE, nullptr, 0, in Dump()
Dpdx_benchmarks.cpp414 return ReturnStatusOrError(transaction.Send<int>(BenchmarkOps::Nop)); in Nop()
423 transaction.Send<int>(BenchmarkOps::Write, buffer, length, nullptr, 0)); in Write()
433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length)); in Read()
446 transaction.Send<int>(BenchmarkOps::Echo, send_buffer, send_length, in Echo()
489 return ReturnStatusOrError(transaction.Send<int>(BenchmarkOps::Echo)); in Quit()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method.h342 return trans.Send<R>(Opcode, payload.Data(), payload.Size(), nullptr, 0);
359 trans.Send<void>(Opcode, send_payload.Data(), send_payload.Size(),
398 auto status = trans.Send<R>(Opcode, send_payload.Data(),
422 trans.Send<void>(Opcode, send_payload.Data(), send_payload.Size(),
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h20 transaction.Send<int>(opcodes::REPORT_SYSPROP_CHANGE)); in ReloadSystemProperties()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h213 Status<T> Send(int opcode) { in Send() function
218 Status<T> Send(int opcode, const void* send_buffer, size_t send_length, in Send() function
/frameworks/base/cmds/hid/
DREADME.md98 Send a report to the HID device
118 2. Send button down event with coordinates ABS_X, ABS_Y, ABS_Z, and ABS_RZ
122 3. Send the button up event with the same coordinates as in 2.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto33 // Send/Receive SMS sessions
1917 // Send request to RIL
1991 // Send FLASH
2441 // Send a SMS message over RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken48 private String mExpectingSendEnvelopeResponse; // Response string for Send Envelope