Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.cc52 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::core::MessagePipeDispatcher::PortObserverThunk
393 void MessagePipeDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::core::MessagePipeDispatcher
Ddata_pipe_producer_dispatcher.cc64 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::core::DataPipeProducerDispatcher::PortObserverThunk
461 void DataPipeProducerDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::core::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc65 void OnPortStatusChanged() override { dispatcher_->OnPortStatusChanged(); } in OnPortStatusChanged() function in mojo::core::DataPipeConsumerDispatcher::PortObserverThunk
514 void DataPipeConsumerDispatcher::OnPortStatusChanged() { in OnPortStatusChanged() function in mojo::core::DataPipeConsumerDispatcher
Dmessage_pipe_dispatcher.h89 void OnPortStatusChanged();
Ddata_pipe_producer_dispatcher.h87 void OnPortStatusChanged();
Ddata_pipe_consumer_dispatcher.h88 void OnPortStatusChanged();
Dnode_controller.h52 virtual void OnPortStatusChanged() = 0;
Dnode_controller.cc716 observer->OnPortStatusChanged(); in PortStatusChanged()