Searched refs:OnFoo (Results 1 – 2 of 2) sorted by relevance
25 public static void setListener(View view, OnFoo onFoo) {} in setListener()42 public static abstract class OnFoo { class in WeirdListeners
353 DispatchRemoteMethod<TestInterface::Foo>(*this, &TestService::OnFoo, in HandleMessage()441 int OnFoo(Message&, int a, const std::string& b) { return a + b.length(); } in OnFoo() function in __anon414d72a00111::TestService