Home
last modified time | relevance | path

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

/external/libmojo/mojo/message_pump/
Dhandle_watcher.cc74 void RemoveAndNotify(const Handle& handle, MojoResult result);
97 RemoveAndNotify(data.handle, MOJO_RESULT_CANCELLED); in StartWatching()
118 void WatcherBackend::RemoveAndNotify(const Handle& handle, in RemoveAndNotify() function in mojo::common::__anonbd2b9ff10111::WatcherBackend
143 RemoveAndNotify(handle, MOJO_RESULT_OK); in OnHandleReady()
147 RemoveAndNotify(handle, result); in OnHandleError()