Searched refs:SendTestType (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
H A Dremote_method_tests.cpp162 PDX_REMOTE_METHOD(SendTestType, kOpSendTestType, TestType(const TestType&));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
231 TestType SendTestType(const TestType& tt) { function in class:__anon1773::TestClient
233 InvokeRemoteMethod<TestInterface::SendTestType>(tt);
372 case TestInterface::SendTestType::Opcode:
373 DispatchRemoteMethod<TestInterface::SendTestType>(
628 const auto tt_result = client->SendTestType(tt);

Completed in 84 milliseconds