Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dfunction_test.cpp105 void on_event() const {} in TEST() function in android::test::TEST::MyClass
109 return ftl::make_function([this] { on_event(); }); in TEST()
120 f = ftl::make_function<&MyClass::on_event>(&cls); in TEST()