Searched defs:SendImpulse (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp84 Status<void> Client::SendImpulse(int opcode) { function in class:android::pdx::Client
85 PDX_TRACE_NAME("Client::SendImpulse");
91 status = channel_->SendImpulse(opcode, nullptr, 0);
96 Status<void> Client::SendImpulse(int opcode, const void* buffer, function in class:android::pdx::Client
98 PDX_TRACE_NAME("Client::SendImpulse");
104 status = channel_->SendImpulse(opcode, buffer, length);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp157 Status<void> ClientChannel::SendImpulse(int opcode, const void* buffer, function in class:android::pdx::uds::ClientChannel

Completed in 90 milliseconds