HomeSort by relevance Sort by last modified time
    Searched refs:PortObserverThunk (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.h 90 class PortObserverThunk;
91 friend class PortObserverThunk;
data_pipe_consumer_dispatcher.h 84 class PortObserverThunk;
85 friend class PortObserverThunk;
data_pipe_producer_dispatcher.h 83 class PortObserverThunk;
84 friend class PortObserverThunk;
data_pipe_consumer_dispatcher.cc 54 class DataPipeConsumerDispatcher::PortObserverThunk
57 explicit PortObserverThunk(
62 ~PortObserverThunk() override {}
69 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
450 make_scoped_refptr(new PortObserverThunk(this)));
data_pipe_producer_dispatcher.cc 53 class DataPipeProducerDispatcher::PortObserverThunk
56 explicit PortObserverThunk(
61 ~PortObserverThunk() override {}
68 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
431 make_scoped_refptr(new PortObserverThunk(this)));
message_pipe_dispatcher.cc 45 class MessagePipeDispatcher::PortObserverThunk
48 explicit PortObserverThunk(scoped_refptr<MessagePipeDispatcher> dispatcher)
52 ~PortObserverThunk() override {}
59 DISALLOW_COPY_AND_ASSIGN(PortObserverThunk);
75 make_scoped_refptr(new PortObserverThunk(this)));

Completed in 56 milliseconds