Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp348 DispatchRemoteMethod<TestInterface::Add>(*this, &TestService::OnAdd, in HandleMessage()
439 int OnAdd(Message&, int a, int b) { return a + b; } in OnAdd() function in __anon586972210111::TestService