Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Dtrap.h15 typedef uint32_t MojoTrapEventFlags; typedef
18 const MojoTrapEventFlags MOJO_TRAP_EVENT_FLAG_NONE = 0;
19 const MojoTrapEventFlags MOJO_TRAP_EVENT_FLAG_WITHIN_API_CALL = 1 << 0;
21 #define MOJO_TRAP_EVENT_FLAG_NONE ((MojoTrapEventFlags)0)
22 #define MOJO_TRAP_EVENT_FLAG_WITHIN_API_CALL ((MojoTrapEventFlags)1 << 0)
40 MojoTrapEventFlags flags;
/external/libchrome/mojo/core/
Dwatch.h64 MojoTrapEventFlags flags);
Dwatcher_dispatcher.h43 MojoTrapEventFlags flags);
Dwatch.cc63 MojoTrapEventFlags flags) { in InvokeCallback()
Drequest_context.cc39 MojoTrapEventFlags flags = MOJO_TRAP_EVENT_FLAG_NONE; in ~RequestContext()
Dwatcher_dispatcher.cc64 MojoTrapEventFlags flags) { in InvokeWatchCallback()
/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc83 MojoTrapEventFlags flags) { in Notify()