Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_current.cc236 bool MessageLoopCurrentForIO::WatchZxHandle( in WatchZxHandle() function in base::MessageLoopCurrentForIO
243 return pump_->WatchZxHandle(handle, persistent, signals, controller, in WatchZxHandle()
Dmessage_loop_current.h277 bool WatchZxHandle(zx_handle_t handle,
/external/libchrome/mojo/core/
Dchannel_fuchsia.cc296 base::MessageLoopCurrentForIO::Get()->WatchZxHandle( in StartOnIOThread()