Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc33 typedef int WatcherID; typedef
49 WatcherID id;
68 void StopWatching(WatcherID watcher_id);
78 bool GetMojoHandleByWatcherID(WatcherID watcher_id, Handle* handle) const;
107 void WatcherBackend::StopWatching(WatcherID watcher_id) { in StopWatching()
130 bool WatcherBackend::GetMojoHandleByWatcherID(WatcherID watcher_id, in GetMojoHandleByWatcherID()
165 WatcherID StartWatching(const Handle& handle,
172 void StopWatching(WatcherID watcher_id);
186 WatcherID stop_id;
226 WatcherID WatcherThreadManager::StartWatching( in StartWatching()
[all …]