Home
last modified time | relevance | path

Searched refs:PortObserverThunk (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/edk/system/
Ddata_pipe_producer_dispatcher.cc53 class DataPipeProducerDispatcher::PortObserverThunk class in mojo::edk::DataPipeProducerDispatcher
56 explicit PortObserverThunk( in PortObserverThunk() function in mojo::edk::DataPipeProducerDispatcher::PortObserverThunk
61 ~PortObserverThunk() override {} in ~PortObserverThunk()
68 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
431 make_scoped_refptr(new PortObserverThunk(this))); in InitializeNoLock()
Dmessage_pipe_dispatcher.h89 class PortObserverThunk;
90 friend class PortObserverThunk; variable
Ddata_pipe_consumer_dispatcher.cc54 class DataPipeConsumerDispatcher::PortObserverThunk class in mojo::edk::DataPipeConsumerDispatcher
57 explicit PortObserverThunk( in PortObserverThunk() function in mojo::edk::DataPipeConsumerDispatcher::PortObserverThunk
62 ~PortObserverThunk() override {} in ~PortObserverThunk()
69 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
455 make_scoped_refptr(new PortObserverThunk(this))); in InitializeNoLock()
Ddata_pipe_producer_dispatcher.h83 class PortObserverThunk;
84 friend class PortObserverThunk; variable
Ddata_pipe_consumer_dispatcher.h83 class PortObserverThunk;
84 friend class PortObserverThunk; variable
Dmessage_pipe_dispatcher.cc46 class MessagePipeDispatcher::PortObserverThunk class in mojo::edk::MessagePipeDispatcher
49 explicit PortObserverThunk(scoped_refptr<MessagePipeDispatcher> dispatcher) in PortObserverThunk() function in mojo::edk::MessagePipeDispatcher::PortObserverThunk
53 ~PortObserverThunk() override {} in ~PortObserverThunk()
60 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
173 make_scoped_refptr(new PortObserverThunk(this))); in MessagePipeDispatcher()