Searched refs:add_observer (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dwait_state_observer.cpp34 auto status = dispatcher_->add_observer(this);
H A Ddispatcher.cpp96 zx_status_t Dispatcher::add_observer(StateObserver* observer) { function in class:Dispatcher
H A Dchannel_dispatcher.cpp108 zx_status_t ChannelDispatcher::add_observer(StateObserver* observer) { function in class:ChannelDispatcher
H A Dport_dispatcher.cpp374 dispatcher->add_observer(observer);
/fuchsia/zircon/kernel/object/include/object/
H A Dchannel_dispatcher.h32 zx_status_t add_observer(StateObserver* observer) final;
H A Ddispatcher.h155 virtual zx_status_t add_observer(StateObserver* observer);

Completed in 79 milliseconds