HomeSort by relevance Sort by last modified time
    Searched refs:trap_handle_ (Results 1 - 3 of 3) sorted by null

  /external/libchrome/mojo/public/cpp/system/
wait_set.cc 28 MojoResult rv = CreateTrap(&Context::OnNotification, &trap_handle_);
34 trap_handle_.reset();
55 DCHECK(trap_handle_.is_valid());
77 MojoAddTrigger(trap_handle_.get().value(), handle.value(), signals,
95 DCHECK(trap_handle_.is_valid());
120 MojoResult rv = MojoRemoveTrigger(trap_handle_.get().value(),
136 DCHECK(trap_handle_.is_valid());
157 MojoResult rv = MojoArmTrap(trap_handle_.get().value(), nullptr,
314 ScopedTrapHandle trap_handle_; member in class:mojo::WaitSet::State
simple_watcher.cc 133 MojoResult rv = CreateTrap(&Context::CallNotify, &trap_handle_);
162 trap_handle_.get(), handle_, signals, condition,
198 MojoRemoveTrigger(trap_handle_.get().value(), context->value(), nullptr);
211 MojoResult rv = MojoArmTrap(trap_handle_.get().value(), nullptr,
simple_watcher.h 214 ScopedTrapHandle trap_handle_; member in class:mojo::SimpleWatcher

Completed in 713 milliseconds