Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/system/
Ddata_pipe_producer_dispatcher.cc64 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::edk::DataPipeProducerDispatcher::PortObserverThunk
476 void DataPipeProducerDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::edk::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc65 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::edk::DataPipeConsumerDispatcher::PortObserverThunk
498 void DataPipeConsumerDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::edk::DataPipeConsumerDispatcher
Dmessage_pipe_dispatcher.cc55 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::edk::MessagePipeDispatcher::PortObserverThunk
517 void MessagePipeDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::edk::MessagePipeDispatcher
Dmessage_pipe_dispatcher.h97 void OnPortStatusChanged();
Ddata_pipe_consumer_dispatcher.h93 void OnPortStatusChanged();
Ddata_pipe_producer_dispatcher.h93 void OnPortStatusChanged();
Dnode_controller.h48 virtual void OnPortStatusChanged() = 0;
Dnode_controller.cc791 observer->OnPortStatusChanged(); in PortStatusChanged()