Home
last modified time | relevance | path

Searched defs:Send (Results 1 – 3 of 3) sorted by relevance

/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/native/libs/vr/libpdx_uds/
Dipc_helper.cpp30 ssize_t Send(int socket_fd, const void* data, size_t size, in Send() function in android::pdx::uds::__anonb9b72da70111::SocketSender
176 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd) { in Send() function in android::pdx::uds::SendPayload
180 Status<void> SendPayload::Send(const BorrowedHandle& socket_fd, in Send() function in android::pdx::uds::SendPayload
/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