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

/frameworks/native/libs/vr/libpdx/
H A Dclient.cpp83 Status<void> Client::SendImpulse(int opcode) { function in class:android::pdx::Client
84 PDX_TRACE_NAME("Client::SendImpulse");
90 status = channel_->SendImpulse(opcode, nullptr, 0);
95 Status<void> Client::SendImpulse(int opcode, const void* buffer, function in class:android::pdx::Client
97 PDX_TRACE_NAME("Client::SendImpulse");
103 status = channel_->SendImpulse(opcode, buffer, length);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp161 Status<void> ClientChannel::SendImpulse(int opcode, const void* buffer, function in class:android::pdx::uds::ClientChannel

Completed in 95 milliseconds