Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/c/system/
Dtypes.h200 typedef uint32_t MojoWatchNotificationFlags; typedef
203 const MojoWatchNotificationFlags MOJO_WATCH_NOTIFICATION_FLAG_NONE = 0;
204 const MojoWatchNotificationFlags MOJO_WATCH_NOTIFICATION_FLAG_FROM_SYSTEM =
207 #define MOJO_WATCH_NOTIFICATION_FLAG_NONE ((MojoWatchNotificationFlags)0)
209 ((MojoWatchNotificationFlags)1 << 0);
Dfunctions.h28 MojoWatchNotificationFlags flags);
/external/libmojo/mojo/edk/system/
Dwatcher.h34 MojoWatchNotificationFlags)>;
45 MojoWatchNotificationFlags flags);
Dwatcher.cc19 MojoWatchNotificationFlags flags) { in MaybeInvokeCallback()
Drequest_context.cc39 MojoWatchNotificationFlags flags = MOJO_WATCH_NOTIFICATION_FLAG_NONE; in ~RequestContext()
Dcore.cc55 MojoWatchNotificationFlags flags) { in CallWatchCallback()
/external/libmojo/mojo/public/cpp/system/
Dwatcher.h90 MojoWatchNotificationFlags flags);
Dwatcher.cc95 MojoWatchNotificationFlags flags) { in CallOnHandleReady()