Lines Matching refs:MojoResult
33 MojoResult* result) { in Create()
81 void Notify(MojoResult result, in Notify()
133 MojoResult rv = CreateTrap(&Context::CallNotify, &trap_handle_); in SimpleWatcher()
148 MojoResult SimpleWatcher::Watch(Handle handle, in Watch()
160 MojoResult result = MOJO_RESULT_UNKNOWN; in Watch()
197 MojoResult rv = in Cancel()
206 MojoResult SimpleWatcher::Arm(MojoResult* ready_result, in Arm()
211 MojoResult rv = MojoArmTrap(trap_handle_.get().value(), nullptr, in Arm()
236 MojoResult ready_result; in ArmOrNotify()
238 MojoResult rv = Arm(&ready_result, &ready_state); in ArmOrNotify()
250 MojoResult result, in OnHandleReady()