Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dwatcher_dispatcher.h31 explicit WatcherDispatcher(MojoTrapEventHandler handler);
63 const MojoTrapEventHandler handler_;
Dwatcher_dispatcher.cc18 WatcherDispatcher::WatcherDispatcher(MojoTrapEventHandler handler) in WatcherDispatcher()
Dcore.h172 MojoResult CreateTrap(MojoTrapEventHandler handler,
Dentrypoints.cc217 MojoResult MojoCreateTrapImpl(MojoTrapEventHandler handler, in MojoCreateTrapImpl()
Dcore.cc315 MojoResult Core::CreateTrap(MojoTrapEventHandler handler, in CreateTrap()
/external/libchrome/mojo/public/c/system/
Dtrap.h174 typedef void (*MojoTrapEventHandler)(const struct MojoTrapEvent* event); typedef
205 MojoCreateTrap(MojoTrapEventHandler handler,
Dthunks.h145 MojoResult (*CreateTrap)(MojoTrapEventHandler handler,
Dthunks.cc282 MojoResult MojoCreateTrap(MojoTrapEventHandler handler, in MojoCreateTrap()
DREADME.md667 typedef void (*MojoTrapEventHandler)(const struct MojoTrapEvent* event);
/external/libchrome/mojo/public/cpp/system/
Dtrap.cc11 MojoResult CreateTrap(MojoTrapEventHandler handler, in CreateTrap()
Dtrap.h31 MOJO_CPP_SYSTEM_EXPORT MojoResult CreateTrap(MojoTrapEventHandler handler,